// Copyright 2022 wanderer // SPDX-License-Identifier: GPL-3.0-or-later package main import "testing" func TestRun(t *testing.T) { run() }