From db845a7717121fd03becad63ffba4f7b7c60ed9b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 Dec 2024 10:44:14 -0300 Subject: Build and run existing test executables with no actual tests --- tests/unit/compressor/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/unit/compressor/main.go (limited to 'tests/unit/compressor/main.go') diff --git a/tests/unit/compressor/main.go b/tests/unit/compressor/main.go new file mode 100644 index 0000000..a1bc202 --- /dev/null +++ b/tests/unit/compressor/main.go @@ -0,0 +1,7 @@ +package main + +import "compressor" + +func main() { + compressor.MainTest() +} -- cgit v1.2.3