mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
SUBDIRS = libpcp src man tests
|
|
ACLOCAL_AMFLAGS = -I config
|
|
|
|
test:
|
|
cd tests && make test $(CHECK)
|
|
|
|
stresstest:
|
|
cd tests && make stresstest
|