[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 37/40] Simplify expression to list files for check-spaces
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Mon, 26 Jul 2010 05:51:15 +0200
Subject: Simplify expression to list files for check-spaces
Commit: 8cae0b6b1bc94cee81d2cf0259673b839a0e18f6
The tinytest* files went into src/test/.
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2bc1839..cb85d25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,12 +62,12 @@ test: all
./src/test/test
# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
-# eventdns.[hc], tinytest.[ch]
+# eventdns.[hc], tinytest*.[ch]
check-spaces:
./contrib/checkSpace.pl -C \
src/common/*.h \
src/common/[^asO]*.c src/common/address.c \
- src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h \
+ src/or/[^e]*.[ch] src/or/eventdns_tor.h \
src/test/test*.[ch] src/tools/*.[ch]
check-docs:
--
1.7.1