summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/Makefile')
-rw-r--r--usr.bin/indent/tests/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/Makefile b/usr.bin/indent/tests/Makefile
new file mode 100644
index 0000000..01fa04a
--- /dev/null
+++ b/usr.bin/indent/tests/Makefile
@@ -0,0 +1,45 @@
+# $FreeBSD$
+
+PACKAGE= tests
+
+${PACKAGE}FILES+= binary.0
+${PACKAGE}FILES+= binary.0.stdout
+${PACKAGE}FILES+= comments.0
+${PACKAGE}FILES+= comments.0.stdout
+${PACKAGE}FILES+= declarations.0
+${PACKAGE}FILES+= declarations.0.stdout
+${PACKAGE}FILES+= elsecomment.0
+${PACKAGE}FILES+= elsecomment.0.stdout
+${PACKAGE}FILES+= elsecomment.0.pro
+${PACKAGE}FILES+= float.0
+${PACKAGE}FILES+= float.0.stdout
+${PACKAGE}FILES+= label.0
+${PACKAGE}FILES+= label.0.stdout
+${PACKAGE}FILES+= label.0.pro
+${PACKAGE}FILES+= list_head.0
+${PACKAGE}FILES+= list_head.0.stdout
+${PACKAGE}FILES+= nsac.0
+${PACKAGE}FILES+= nsac.0.stdout
+${PACKAGE}FILES+= nsac.0.pro
+${PACKAGE}FILES+= offsetof.0
+${PACKAGE}FILES+= offsetof.0.stdout
+${PACKAGE}FILES+= sac.0
+${PACKAGE}FILES+= sac.0.stdout
+${PACKAGE}FILES+= sac.0.pro
+${PACKAGE}FILES+= struct.0
+${PACKAGE}FILES+= struct.0.stdout
+${PACKAGE}FILES+= surplusbad.0
+${PACKAGE}FILES+= surplusbad.0.stdout
+${PACKAGE}FILES+= surplusbad.0.pro
+${PACKAGE}FILES+= types_from_file.0
+${PACKAGE}FILES+= types_from_file.0.stdout
+${PACKAGE}FILES+= types_from_file.0.list
+${PACKAGE}FILES+= types_from_file.0.pro
+${PACKAGE}FILES+= wchar.0
+${PACKAGE}FILES+= wchar.0.stdout
+
+ATF_TESTS_SH+= functional_test
+
+BINDIR= ${TESTSDIR}
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud