aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-26 05:51:15 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit8cae0b6b1bc94cee81d2cf0259673b839a0e18f6 (patch)
tree5ef516b82ae89b64714b3f5e985d9f48f1d4086a /Makefile.am
parent02a57bbda5f69892d4dfef2b02ae41dc17690417 (diff)
downloadtor-8cae0b6b1bc94cee81d2cf0259673b839a0e18f6.tar
tor-8cae0b6b1bc94cee81d2cf0259673b839a0e18f6.tar.gz
Simplify expression to list files for check-spaces
The tinytest* files went into src/test/.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bc18397b..cb85d2559 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: