mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
|
SUBDIRS = libpcp src man tests
|
||
|
|
ACLOCAL_AMFLAGS = -I config
|
||
|
|
|
||
|
|
test:
|
||
|
|
cd tests && make test
|
||
|
|
|
||
|
|
stresstest:
|
||
|
|
cd tests && make stresstest
|