projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a505d
)
Added make target "testsuite"
author
Alexander Barton
<alex@barton.de>
Sun, 20 Apr 2008 12:52:00 +0000
(14:52 +0200)
committer
Alexander Barton
<alex@barton.de>
Sun, 20 Apr 2008 12:52:00 +0000
(14:52 +0200)
This make target runs the testsuite located in src/testsuite without running
alle the other tests that "make check" would run.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index a44586b2d9a12c3dec741d3dc1b32124b8e66bc3..d678f171d8361c2c087c1fdf61b42d31de832cf5 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-22,6
+22,9
@@
maintainer-clean-local:
rm -f mkinstalldirs missing depcomp install-sh
rm -f config.log debian
+testsuite:
+ make -C src/testsuite check
+
lint:
make -C src/ngircd lint