Anton Lebedevich 13 лет назад
Родитель
Сommit
0cef4cfd3e
1 измененных файлов с 1 добавлено и 1 удалено
  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
-#TODO	@dialyzer -n --src -c src
+	@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
 
 
 # ------------------------------------------------------------------------
 # ------------------------------------------------------------------------