aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-10-29 22:58:42 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-10-29 22:58:42 +0000
commit81a0d717cf444141d043fbc265c4342f1ad931c3 (patch)
tree37b2c4e4a8f80305fd69cb4655a52f76e7df73fa /devel/Makefile
parenta6784654db39fb95d72ca13abd58ff8d95865b1f (diff)
downloadports-81a0d717cf444141d043fbc265c4342f1ad931c3.tar.gz
ports-81a0d717cf444141d043fbc265c4342f1ad931c3.zip
The Automated Testing Framework (ATF) is a collection of libraries and
utilities designed to ease unattended application testing in the hands of developers and end users of a specific piece of software. As regards developers, ATF provides the necessary means to easily create test suites composed of multiple test programs, which in turn are a collection of test cases. It also attempts to simplify the debugging of problems when these test cases detect an error by providing as much information as possible about the failure. As regards users, it simplifies the process of running the test suites and, in special, encourages end users to run them often: they do not need to have source trees around nor any other development tools installed to be able to certify that a given piece of software works on their machine as advertised. Note that ATF is included in the base system since FreeBSD 10, so this port does not need to be installed on FreeBSD 10. WWW: http://code.google.com/p/kyua/wiki/ATF PR: ports/173197 Submitted by: Roman Naumann <namor@hemio.de> Reviewed by: bapt, eadler Feature safe: yes
Notes
Notes: svn path=/head/; revision=306650
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 b2a8c7e6acc4..f44f9f6737da 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -75,6 +75,7 @@
SUBDIR += asmx
SUBDIR += astah-community
SUBDIR += astyle
+ SUBDIR += atf
SUBDIR += atlas
SUBDIR += atlas-devel
SUBDIR += ats-contrib-testing