Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/gh-bc/tests/Makefile
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | |||||
| FILESGROUPS+= FILESdc_scripts | FILESGROUPS+= FILESdc_scripts | ||||
| FILESdc_scriptsPACKAGE= ${PACKAGE} | FILESdc_scriptsPACKAGE= ${PACKAGE} | ||||
| FILESdc_scriptsDIR= ${TESTSDIR}/tests/dc/scripts | FILESdc_scriptsDIR= ${TESTSDIR}/tests/dc/scripts | ||||
| FILESdc_scripts!= echo ${TEST_DIR}/tests/dc/scripts/*.* | FILESdc_scripts!= echo ${TEST_DIR}/tests/dc/scripts/*.* | ||||
| FILESdc_scriptsMODE= 0755 | FILESdc_scriptsMODE= 0755 | ||||
| PLAIN_TESTS_SH= bc_tests dc_tests | PLAIN_TESTS_SH= bc_tests dc_tests | ||||
| bc_tests.sh: | |||||
| echo "#!/bin/sh" > ${.TARGET} | |||||
| echo 'env LANG=C BC_TEST_OUTPUT_DIR=$$(pwd) \ | |||||
| ${TESTSDIR}/tests/all.sh -n bc 1 1 0 0 bc' >> ${.TARGET} | |||||
| dc_tests.sh: | |||||
| echo "#!/bin/sh" > ${.TARGET} | |||||
| echo "env LANG=C BC_TEST_OUTPUT_DIR=\$pwd \ | |||||
| ${TESTSDIR}/tests/all.sh -n dc 1 1 0 0 dc" >> ${.TARGET} | |||||
| .include <bsd.test.mk> | .include <bsd.test.mk> | ||||