mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-17 07:37:39 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user