diff --git a/infer/tests/codetoanalyze/java/topl/skip/Makefile b/infer/tests/codetoanalyze/java/topl/skip/Makefile index d53252253..795e0d705 100644 --- a/infer/tests/codetoanalyze/java/topl/skip/Makefile +++ b/infer/tests/codetoanalyze/java/topl/skip/Makefile @@ -10,4 +10,13 @@ INFERPRINT_OPTIONS = --issues-tests SOURCES = $(wildcard *.java) -include $(TESTS_DIR)/javac.make +# include $(TESTS_DIR)/javac.make + +.PHONY: test +test: ; + +.PHONY: replace +replace: ; + +.PHONY: clean +clean: ;