math-optim/run_test.go
surtur 5b9378b4da
All checks were successful
continuous-integration/drone/push Build is passing
chore(run_test.go): make use of t
2022-08-03 17:39:51 +02:00

12 lines
214 B
Go

// Copyright 2022 wanderer <a_mirre at utb dot cz>
// SPDX-License-Identifier: GPL-3.0-or-later
package main
import "testing"
func TestRun(t *testing.T) {
t.Log("call run() (TODO: improve this test)")
run()
}