diff options
Diffstat (limited to 'tests/sys/fs/tarfs/Makefile')
-rw-r--r-- | tests/sys/fs/tarfs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/sys/fs/tarfs/Makefile b/tests/sys/fs/tarfs/Makefile new file mode 100644 index 000000000000..b16c6544d33f --- /dev/null +++ b/tests/sys/fs/tarfs/Makefile @@ -0,0 +1,10 @@ +PACKAGE= tests + +TESTSDIR= ${TESTSBASE}/sys/fs/tarfs +BINDIR= ${TESTSDIR} + +PROGS+= mktar + +ATF_TESTS_SH+= tarfs_test + +.include <bsd.test.mk> |