Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140109109
D4224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4224.diff
View Options
Index: head/tests/Makefile
===================================================================
--- head/tests/Makefile
+++ head/tests/Makefile
@@ -9,6 +9,9 @@
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
+FILES+= README
+FILESDIR_README= ${TESTSDIR}
+
afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
Index: head/tests/README
===================================================================
--- head/tests/README
+++ head/tests/README
@@ -1,10 +1,19 @@
src/tests: The FreeBSD test suite
=================================
-This file describes the build infrastructure of the FreeBSD test suite.
-If you are only interested in using the test suite itself, please refer
-to tests(7) instead.
+To run the FreeBSD test suite:
+(1) Make sure that kyua is installed:
+ pkg install kyua
+(2) To run the tests:
+ kyua test -k /usr/tests/Kyuafile
+(3) To see the test results:
+ kyua report
+For further information on using the test suite, read tests(7):
+ man tests
+
+Description of FreeBSD test suite
+=================================
The build of the test suite is organized in the following manner:
* The build of all test artifacts is protected by the MK_TESTS knob.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 8:41 AM (7 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27110378
Default Alt Text
D4224.diff (1 KB)
Attached To
Mode
D4224: Add quick steps for running kyua tests to README. Install the README in /usr/tests.
Attached
Detach File
Event Timeline
Log In to Comment