aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/spec/test/test.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-12 10:44:14 -0300
committerEuAndreh <eu@euandre.org>2024-12-12 10:44:14 -0300
commitdb845a7717121fd03becad63ffba4f7b7c60ed9b (patch)
tree3f98fcf2577d0c6539770e76b207ea724867dc85 /tests/unit/spec/test/test.go
parentMove existing test files to "urubu" subdirectory (diff)
downloadcotia-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.gz
cotia-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.xz
Build and run existing test executables with no actual tests
Diffstat (limited to '')
-rw-r--r--tests/unit/spec/test/test.go (renamed from tests/unit/urubu/spec/test.go)3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/spec/test.go b/tests/unit/spec/test/test.go
index eddba92..c6ec8f1 100644
--- a/tests/unit/urubu/spec/test.go
+++ b/tests/unit/spec/test/test.go
@@ -409,3 +409,6 @@ func testTestCase(t *testing.T, expected, actual *TestCase) {
t.Fatalf("unexpected test case: want: %#v, got: %#v", expected, actual)
}
}
+
+
+func MainTest() {}