aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-06-16 14:10:35 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-06-16 14:10:35 +0000
commit50ca6b816699ba8c35c57689baf0e3ba42caa479 (patch)
treed0bd545862a5669d43638af15c78a04e64d86c64 /devel/Makefile
parentbcfc8ae95c2f5e72031f13f6dc7226bdbfcb3a2e (diff)
downloadports-50ca6b816699ba8c35c57689baf0e3ba42caa479.tar.gz
ports-50ca6b816699ba8c35c57689baf0e3ba42caa479.zip
New port: devel/kyua-testers:
Kyua (pronounced Q.A.) is a testing framework for both developers and users. Kyua is different from most other testing frameworks in that it puts the end user experience before anything else. There are multiple reasons for users to run the tests themselves, and Kyua ensures that they can do so in the most convenient way. This module, kyua-testers, provides scriptable interfaces to interact with test programs of various kinds. The interface of such testers allows the caller to execute a single test case of a single test program in a controlled and homogeneous manner. WWW: https://code.google.com/p/kyua/ PR: ports/177637 Submitted by: asomers Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
Notes
Notes: svn path=/head/; revision=321050
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 56a99063a9e6..4ba1c445f9f6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -914,6 +914,7 @@
SUBDIR += kprof
SUBDIR += kscope
SUBDIR += kyra
+ SUBDIR += kyua-testers
SUBDIR += lasi
SUBDIR += lcov
SUBDIR += leaktracer