diff options
Diffstat (limited to 'usr.bin/soelim/tests/Makefile')
-rw-r--r-- | usr.bin/soelim/tests/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/soelim/tests/Makefile b/usr.bin/soelim/tests/Makefile new file mode 100644 index 000000000000..6e3b7a25ecc7 --- /dev/null +++ b/usr.bin/soelim/tests/Makefile @@ -0,0 +1,12 @@ +PACKAGE= tests + +ATF_TESTS_SH= soelim_test + +${PACKAGE}FILES+= nonexisting.in \ + basic.in \ + basic \ + basic.out \ + basic-with-space.in \ + basic-with-space.out + +.include <bsd.test.mk> |