summaryrefslogtreecommitdiff
path: root/devel/dejagnu/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2001-05-30 04:17:52 +0000
committertv <tv@pkgsrc.org>2001-05-30 04:17:52 +0000
commitbeb5a2646db498950b470370e95b68072e09e970 (patch)
tree54d827e3f9f37baaa03504832fab9a5eae58bbc5 /devel/dejagnu/Makefile
parent2f1c6a26fc03eb0013d42912b7929f1f87f8d9e7 (diff)
downloadpkgsrc-beb5a2646db498950b470370e95b68072e09e970.tar.gz
DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front end for all tests. Beyond this, DejaGnu offers several advantages for testing: - The flexibility and consistency of the DejaGnu framework make it easy to write tests for any program. - DejaGnu provides a layer of abstraction which makes all tests (if correctly written) portable to any host or target where a program must be tested. For instance, a test for GDB can run (from any Unix based host) on any target architecture supported by DejaGnu. Currently DejaGnu runs tests on several single board computers, whose operating software ranges from just a boot monitor to a full-fledged, Unix-like realtime OS. - DejaGnu is written in expect, which in turn uses Tcl (Tool command language). The framework comprises two parts: the testing framework and the testsuites themselves. Tests are usually written in expect using Tcl.
Diffstat (limited to 'devel/dejagnu/Makefile')
-rw-r--r--devel/dejagnu/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/dejagnu/Makefile b/devel/dejagnu/Makefile
new file mode 100644
index 00000000000..c640a8d6ae4
--- /dev/null
+++ b/devel/dejagnu/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 04:17:52 tv Exp $
+#
+
+DISTNAME= dejagnu-1.4.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
+
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/dejagnu/dejagnu.html
+COMMENT= TCL/Expect-based framework for regression testing
+
+DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"