summaryrefslogtreecommitdiffstats
path: root/share/tests
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-18 12:57:46 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-18 12:57:46 +0000
commitf5874ea6a69303f62cbffdd1e63a1803b2dd4b34 (patch)
treecdb06951923fed83fc49de440045e1ce4e22d4aa /share/tests
parent2603769d133f317be5a90ff484fbe9f78a39e920 (diff)
downloadFreeBSD-src-f5874ea6a69303f62cbffdd1e63a1803b2dd4b34.zip
FreeBSD-src-f5874ea6a69303f62cbffdd1e63a1803b2dd4b34.tar.gz
Add some sample test programs.
This change adds some sample test cases to share/examples/tests/ demonstrating the basic usage of the atf and plain interfaces. These test programs are fully-functional and are installed as part of the test suite, which guarantees that the sample code remains correct. However, they currently mostly serve as a placeholder for additional examples and may be incomplete (depending on how you look at them). I will see what else can be useful while working on documentation. As a bonus, the addition of these tests exercise the *.test.mk files, one of which (plain.test.mk) was not yet in use, and also demonstrates that it's possible to mix different kinds of test programs into the same test suite. Approved by: rpaulo (mentor)
Diffstat (limited to 'share/tests')
-rw-r--r--share/tests/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/tests/Makefile b/share/tests/Makefile
new file mode 100644
index 0000000..2c63621
--- /dev/null
+++ b/share/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/share
+
+.PATH: ${.CURDIR:H:H}/tests
+KYUAFILE= yes
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud