Added make target "testsuite"
This make target runs the testsuite located in src/testsuite without running alle the other tests that "make check" would run.
This commit is contained in:
parent
c4a505d3a8
commit
012aeca32b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue