FAKE, HOMEPAGE (ok niklas@)
This commit is contained in:
parent
996e841d00
commit
04d717c60d
@ -1,4 +1,4 @@
|
||||
DejaGnu is a framework for testing other programs. Its purpose is to
|
||||
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:
|
||||
|
||||
@ -18,3 +18,5 @@ several advantages for testing:
|
||||
(Tool command language). The framework comprises two parts:
|
||||
the testing framework and the testsuites themselves. Tests
|
||||
are usually written in expect using Tcl.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2000/09/05 23:27:39 matt Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/dejagnu.info
|
||||
bin/runtest
|
||||
@unexec install-info --delete %D/info/dejagnu.info %D/info/dir
|
||||
info/dejagnu.info
|
||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||
@exec install-info %D/info/dejagnu.info %D/info/dir
|
||||
lib/dejagnu/bug.exp
|
||||
lib/dejagnu/config.guess
|
||||
lib/dejagnu/debugger.exp
|
||||
@ -19,3 +18,4 @@ lib/dejagnu/vrtx.exp
|
||||
lib/dejagnu/vxworks.exp
|
||||
man/man1/runtest.1
|
||||
@dirrm lib/dejagnu
|
||||
@exec install-info --info-dir=%D/info %D/info/dejagnu.info
|
||||
|
Loading…
Reference in New Issue
Block a user