Browse Source

comment out dialyzer

Anton Lebedevich 13 years ago
parent
commit
beeedcc655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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