Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
92a6803e
Unverified
Commit
92a6803e
authored
Dec 02, 2019
by
Nick Mathewson
🎨
Committed by
teor
Dec 03, 2019
Browse files
Distribute checkSpaceTest.sh and run it when we have perl.
parent
8a10a748
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
92a6803e
...
...
@@ -168,6 +168,13 @@ EXTRA_DIST+= \
ReleaseNotes
\
scripts/maint/checkIncludes.py
\
scripts/maint/checkSpace.pl
\
scripts/maint/checkSpaceTest.sh
\
scripts/maint/checkspace_tests/dubious.c
\
scripts/maint/checkspace_tests/dubious.h
\
scripts/maint/checkspace_tests/expected.txt
\
scripts/maint/checkspace_tests/good_guard.h
\
scripts/maint/checkspace_tests/same_guard.h
\
scripts/maint/checkspace_tests/subdir/dubious.c
\
scripts/maint/checkShellScripts.sh
\
scripts/maint/practracker/README
\
scripts/maint/practracker/exceptions.txt
\
...
...
src/test/include.am
View file @
92a6803e
...
...
@@ -48,6 +48,11 @@ TESTSCRIPTS += src/test/test_rebind.sh
endif
endif
if USE_PERL
TESTSCRIPTS += \
scripts/maint/checkSpaceTest.sh
endif
TESTS += src/test/test src/test/test-slow src/test/test-memwipe \
src/test/test_workqueue \
src/test/test_keygen.sh \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment