math-optim/run_test.go
leo 3f77c573a6
All checks were successful
continuous-integration/drone/push Build is passing
chore: 2023
2023-01-12 23:35:51 +01:00

12 lines
214 B
Go

// Copyright 2023 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()
}