diff options
author | EuAndreh <eu@euandre.org> | 2024-12-12 10:44:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-12 10:44:14 -0300 |
commit | db845a7717121fd03becad63ffba4f7b7c60ed9b (patch) | |
tree | 3f98fcf2577d0c6539770e76b207ea724867dc85 /tests/unit/driver/lexer/main.go | |
parent | Move existing test files to "urubu" subdirectory (diff) | |
download | urubu-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.gz urubu-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.xz |
Build and run existing test executables with no actual tests
Diffstat (limited to 'tests/unit/driver/lexer/main.go')
-rw-r--r-- | tests/unit/driver/lexer/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unit/driver/lexer/main.go b/tests/unit/driver/lexer/main.go new file mode 100644 index 0000000..5953d9f --- /dev/null +++ b/tests/unit/driver/lexer/main.go @@ -0,0 +1,7 @@ +package main + +import "lexer" + +func main() { + lexer.MainTest() +} |