e40b4bf801
- Make sure the tests go into the right directory. The location was wrong so they were overwriting the bin/chown tests! - Use the right naming scheme for the test program. - Remove the svn:executable property from the shell script.
10 lines
129 B
Makefile
10 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/units
|
|
|
|
TAP_TESTS_SH= basics_test
|
|
|
|
.include <bsd.test.mk>
|