Kaynağa Gözat

List all the excluded files for make check-spaces

The file listing for excluded files was outdated. tree.h doesn't
exist anymore, and several other files were missing.
Sebastian Hahn 14 yıl önce
ebeveyn
işleme
4116a00679
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      Makefile.am

+ 2 - 1
Makefile.am

@@ -61,7 +61,8 @@ doxygen:
 test: all
 test: all
 	./src/test/test
 	./src/test/test
 
 
-# Avoid strlcpy.c, strlcat.c, tree.h
+# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
+# eventdns.[hc], tinytest.[ch]
 check-spaces:
 check-spaces:
 	./contrib/checkSpace.pl -C                    \
 	./contrib/checkSpace.pl -C                    \
 	        src/common/*.h                        \
 	        src/common/*.h                        \