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

Commit 76074715 by Sascha Depold

added makefile target for binary tests

1 parent 9cfd3be7
Showing with 3 additions and 2 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
...@@ -36,4 +38,4 @@ postgresn: postgres-native ...@@ -36,4 +38,4 @@ postgresn: postgres-native
all: sqlite mysql postgres postgres-native all: sqlite mysql postgres postgres-native
.PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test .PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!