root/tests/Makefile.am
| Revision df393287c7a2b96ca26970a2a4ba5f76239071f1, 229 bytes (checked in by Philip Herron <redbrain@…>, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | srcdir = ${top_srcdir}/tests |
| 2 | benchdir_root = $(prefix) |
| 3 | testdir = $(benchdir_root)/t |
| 4 | |
| 5 | TEST_RUN = ${PERL} testsuite.pl |
| 6 | |
| 7 | EXTRA_DIST = ${srcdir}/t ${srcdir}/r \ |
| 8 | testsuite.pl |
| 9 | |
| 10 | PHONY: test |
| 11 | |
| 12 | test: test-crules |
| 13 | |
| 14 | test-crules: |
| 15 | $(TEST_RUN) |
Note: See TracBrowser
for help on using the browser.
