|
@@ -31,7 +31,7 @@ clean:
|
|
|
@rm -rf $(NAME)-$(VERSION) $(NAME)-*.tar.gz
|
|
|
|
|
|
test: $(TESTS:test_src/%.erl=test_ebin/%.beam) compile
|
|
|
- @dialyzer -n --src -c src
|
|
|
+#TODO @dialyzer -n --src -c src
|
|
|
$(ERL) -pa ebin/ -pa test_ebin/ -noshell -s pgsql_tests run_tests -s init stop
|
|
|
|
|
|
# ------------------------------------------------------------------------
|