summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin/dtrace/tests/common/end/Makefile
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-02-28 23:30:06 +0000
committermarkj <markj@FreeBSD.org>2015-02-28 23:30:06 +0000
commitb4b4fa2d5bc2bfc70b160610300333a32802d519 (patch)
tree80367814fb5b8a1d783d7873c04078c8c55d84e3 /cddl/usr.sbin/dtrace/tests/common/end/Makefile
parent515a3333a1327afb6e18d482f7fccb50b423e44c (diff)
downloadFreeBSD-src-b4b4fa2d5bc2bfc70b160610300333a32802d519.zip
FreeBSD-src-b4b4fa2d5bc2bfc70b160610300333a32802d519.tar.gz
Add infrastructure to integrate the DTrace test suite with Kyua.
For each test category, we generate a script containing ATF test cases for the tests under that category. Each test case simply runs dtest.pl (the upstream test harness) with the corresponding test files. The exclude.sh script is used to record info about tests which should be skipped or are expected to fail; it is used to generate atf_skip and atf_expect_fail calls. The genmakefiles.sh script can be used to regenerate the test makefiles when new tests are brought it from upstream. The test suite is currently not connected to the build as there is a small number of lingering test issues which still need to be worked out. In the meantime however, the test suite can be easily built and installed manually from cddl/usr.sbin/dtrace/tests. Reviewed by: ngie Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl/usr.sbin/dtrace/tests/common/end/Makefile')
-rw-r--r--cddl/usr.sbin/dtrace/tests/common/end/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/common/end/Makefile b/cddl/usr.sbin/dtrace/tests/common/end/Makefile
new file mode 100644
index 0000000..120a0dd
--- /dev/null
+++ b/cddl/usr.sbin/dtrace/tests/common/end/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+#
+# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
+#
+
+TESTFILES= \
+ err.D_IDENT_UNDEF.timespent.d \
+ tst.end.d \
+ tst.endwithoutbegin.d \
+ tst.multibeginend.d \
+ tst.multiend.d \
+
+TESTEXES= \
+
+
+CFILES= \
+
+
+
+.include "../../Makefile.inc1"
OpenPOWER on IntegriCloud