aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2015-02-28 23:30:06 +0000
committerMark Johnston <markj@FreeBSD.org>2015-02-28 23:30:06 +0000
commit4ddbe5ac37b907100856114354f29b92e8d8155c (patch)
tree80367814fb5b8a1d783d7873c04078c8c55d84e3 /cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile
parentd9145728909068dd25710a322510c67304654bf5 (diff)
downloadsrc-4ddbe5ac37b907100856114354f29b92e8d8155c.tar.gz
src-4ddbe5ac37b907100856114354f29b92e8d8155c.zip
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
Notes
Notes: svn path=/head/; revision=279418
Diffstat (limited to 'cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile')
-rw-r--r--cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile b/cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile
new file mode 100644
index 000000000000..6b146b066713
--- /dev/null
+++ b/cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+#
+# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
+#
+
+TESTFILES= \
+ err.D_IDENT_BADREF.SizeofAssoc.d \
+ err.D_IDENT_UNDEF.UnknownSymbol.d \
+ err.D_SIZEOF_TYPE.badstruct.d \
+ err.D_SIZEOF_TYPE.d \
+ err.D_SYNTAX.SizeofBadType.d \
+ tst.SizeofArray.d \
+ tst.SizeofDataTypes.d \
+ tst.SizeofExpression.d \
+ tst.SizeofNULL.d \
+ tst.SizeofStrConst.d \
+ tst.SizeofStrConst.d.out \
+ tst.SizeofString1.d \
+ tst.SizeofString1.d.out \
+ tst.SizeofString2.d \
+ tst.SizeofString2.d.out \
+
+TESTEXES= \
+
+
+CFILES= \
+
+
+
+.include "../../Makefile.inc1"