mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-05 11:22:49 +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:
parent
c4a505d3a8
commit
012aeca32b
@ -22,6 +22,9 @@ maintainer-clean-local:
|
|||||||
rm -f mkinstalldirs missing depcomp install-sh
|
rm -f mkinstalldirs missing depcomp install-sh
|
||||||
rm -f config.log debian
|
rm -f config.log debian
|
||||||
|
|
||||||
|
testsuite:
|
||||||
|
make -C src/testsuite check
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
make -C src/ngircd lint
|
make -C src/ngircd lint
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user