mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
- 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.
9 lines
129 B
Makefile
9 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/units
|
|
|
|
TAP_TESTS_SH= basics_test
|
|
|
|
.include <bsd.test.mk>
|