From ab1795aeb8f00b61c331ac77fdc1011ec14c5253 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Sep 2024 08:01:05 -0300 Subject: Initial version: first implementation --- tests/liteq.go | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tests/liteq.go (limited to 'tests/liteq.go') diff --git a/tests/liteq.go b/tests/liteq.go deleted file mode 100644 index 86d1bef..0000000 --- a/tests/liteq.go +++ /dev/null @@ -1,35 +0,0 @@ -package q - -import ( - "os" - "testing" - "testing/internal/testdeps" - - g "gobang" -) - - - -func TestX(t *testing.T) { - g.AssertEqual(1, 1) -} - - - -func MainTest() { - tests := []testing.InternalTest { - { "TestX", TestX }, - } - - benchmarks := []testing.InternalBenchmark {} - fuzzTargets := []testing.InternalFuzzTarget {} - examples := []testing.InternalExample {} - m := testing.MainStart( - testdeps.TestDeps {}, - tests, - benchmarks, - fuzzTargets, - examples, - ) - os.Exit(m.Run()) -} -- cgit v1.2.3