Skip to content
Snippets Groups Projects
Commit 8cae0b6b authored by Sebastian Hahn's avatar Sebastian Hahn
Browse files

Simplify expression to list files for check-spaces

The tinytest* files went into src/test/.
parent 02a57bbd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment