chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39a4fb
)
comprehensive-test: Test the stest/ and mtest/ directories
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 6 Dec 2019 23:08:36 +0000
(23:08 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:49 +0000
(17:08 +0000)
Running these separately after make clean will help spot missing
dependencies.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
comprehensive-test
patch
|
blob
|
history
diff --git
a/comprehensive-test
b/comprehensive-test
index 12d63d6972ec467317de7bba67ab02ec002002d9..f6966302e9af7d16cd4f07daf681febf665f1e48 100755
(executable)
--- a/
comprehensive-test
+++ b/
comprehensive-test
@@
-30,6
+30,10
@@
build_and_test () {
x cd "$1"
x "$srcdir/configure" CFLAGS='-O0 -g'
x make $mflags all check
+ for t in mtest/check stest/check; do
+ x make $mflags clean
+ x make $mflags $t
+ done
cd "$srcdir"
}