root/tests/Makefile.am

Revision df393287c7a2b96ca26970a2a4ba5f76239071f1, 229 bytes (checked in by Philip Herron <redbrain@…>, 2 years ago)

dist fix

  • Property mode set to 100644
Line 
1srcdir = ${top_srcdir}/tests
2benchdir_root = $(prefix)
3testdir = $(benchdir_root)/t
4
5TEST_RUN = ${PERL} testsuite.pl
6
7EXTRA_DIST = ${srcdir}/t ${srcdir}/r \
8        testsuite.pl
9
10PHONY: test
11
12test: test-crules
13
14test-crules:
15        $(TEST_RUN)
Note: See TracBrowser for help on using the browser.