math-optim/run_test.go

12 lines
214 B
Go
Raw Normal View History

2022-07-18 23:12:33 +02:00
// 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) {
2022-08-03 17:39:51 +02:00
t.Log("call run() (TODO: improve this test)")
2022-07-18 23:12:33 +02:00
run()
}