Explorar o código

gcc: Augment $(CLEANFILES) for the tests.

* gcc-plugin/tests/Makefile.am (CLEANFILES): Add missing files.
Ludovic Courtès %!s(int64=13) %!d(string=hai) anos
pai
achega
44be0fbb87
Modificáronse 1 ficheiros con 8 adicións e 2 borrados
  1. 8 2
      gcc-plugin/tests/Makefile.am

+ 8 - 2
gcc-plugin/tests/Makefile.am

@@ -38,12 +38,18 @@ gcc_tests =					\
 
 dist_noinst_HEADERS = mocks.h
 
-CLEANFILES = *.gimple				\
+CLEANFILES = *.gimple *.o			\
   base						\
   pointers					\
   register					\
   scalar-tasks					\
-  pointer-tasks
+  pointer-tasks					\
+  lib-user					\
+  output-pointer				\
+  unregister					\
+  heap-allocated				\
+  acquire
+
 
 EXTRA_DIST = ./run-test.in			\
   my-lib.h my-lib.c				\