Navigation Menu

Skip to content

Commit

Permalink
added "make installcheck" for SQL tests. (run-sql-test.sh is removed …
Browse files Browse the repository at this point in the history
…from "make check".)
  • Loading branch information
ikdttr committed Mar 17, 2010
1 parent c06971b commit 259c45a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/Makefile.am
@@ -1,7 +1,10 @@
SUBDIRS = unit

TESTS = run-unit-test.sh run-sql-test.sh
TESTS = run-unit-test.sh
TESTS_ENVIRONMENT = CUTTER="$(CUTTER)"

echo-cutter:
echo $(CUTTER)

installcheck-local:
./run-sql-test.sh

0 comments on commit 259c45a

Please sign in to comment.