Files
pcp/Makefile.am

9 lines
140 B
Makefile
Raw Normal View History

2013-10-28 22:50:05 +01:00
SUBDIRS = libpcp src man tests
ACLOCAL_AMFLAGS = -I config
test:
cd tests && make test $(CHECK)
2013-10-28 22:50:05 +01:00
stresstest:
cd tests && make stresstest