diff --git a/infer/tests/codetoanalyze/objc/frontend/arc/Makefile b/infer/tests/codetoanalyze/objc/frontend/arc/Makefile index 8419370a4..1700f1005 100644 --- a/infer/tests/codetoanalyze/objc/frontend/arc/Makefile +++ b/infer/tests/codetoanalyze/objc/frontend/arc/Makefile @@ -23,3 +23,5 @@ SOURCES = \ include $(TESTS_DIR)/clang-frontend.make include $(TESTS_DIR)/objc.make + +CLEAN_EXTRA += *.o ../*/*.test.dot ../*/*/*.test.dot diff --git a/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile b/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile index f7199f987..d60887dec 100644 --- a/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile +++ b/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile @@ -61,3 +61,5 @@ SOURCES = \ include $(TESTS_DIR)/clang-frontend.make include $(TESTS_DIR)/objc.make + +CLEAN_EXTRA += *.o ../*/*.test.dot ../*/*/*.test.dot