diff options
author | EuAndreh <eu@euandre.org> | 2024-12-11 17:12:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-11 17:14:00 -0300 |
commit | 5e6886fa4ff6f4dd0145ec3e3f150f5123566c7e (patch) | |
tree | fe8f82a5ce2eb68ce9852535bc9ac06bad5b9598 /tests/unit/urubu/compressor.main.go | |
parent | Do the same single file consolidation on tests (diff) | |
download | cotia-5e6886fa4ff6f4dd0145ec3e3f150f5123566c7e.tar.gz cotia-5e6886fa4ff6f4dd0145ec3e3f150f5123566c7e.tar.xz |
Move existing test files to "urubu" subdirectory
Diffstat (limited to 'tests/unit/urubu/compressor.main.go')
-rw-r--r-- | tests/unit/urubu/compressor.main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unit/urubu/compressor.main.go b/tests/unit/urubu/compressor.main.go new file mode 100644 index 0000000..a1bc202 --- /dev/null +++ b/tests/unit/urubu/compressor.main.go @@ -0,0 +1,7 @@ +package main + +import "compressor" + +func main() { + compressor.MainTest() +} |