不要怂,就是干,撸起袖子干!

Commit 76074715 by Sascha Depold

added makefile target for binary tests

1 parent 9cfd3be7
Showing with 2 additions and 0 deletions
...@@ -26,6 +26,8 @@ postgres: ...@@ -26,6 +26,8 @@ postgres:
@DIALECT=postgres make test @DIALECT=postgres make test
postgres-native: postgres-native:
@DIALECT=postgres-native make test @DIALECT=postgres-native make test
binary:
./test/binary/test.bats
# test aliases # test aliases
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!