diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-21 12:02:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-21 12:02:52 (EDT) |
commit | 5b4bec7003519caef1c78e3b575a86ff1ee8c324 (patch) | |
tree | 099cce5609f1d3ceec166f87a27a0e8372e05709 | |
parent | 3fff6af914d15c72eab92af18fdc1ea7a6993411 (diff) |
Enable tests with DejaGnu.
-rwxr-xr-x | build | 13 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 7 insertions, 8 deletions
@@ -69,13 +69,12 @@ build: configure done touch $@ # Run tests if natively building. - # XXX: Disabled until DejaGnu, Expect, and Tcl are packaged. - #if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ - # for target in $$(cat ../targets); do \ - # oh-autotest -B "build-$${target}" || \ - # exit 1; \ - # done; \ - #fi + if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ + for target in $$(cat ../targets); do \ + oh-autotest -B "build-$${target}" || \ + exit 1; \ + done; \ + fi install: build # Install everything. @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pjm@nac.net> -Build-Depends: libz.1-dev, opkhelper-3.0, gettext +Build-Depends: libz.1-dev, opkhelper-3.0, gettext, dejagnu Homepage: https://www.gnu.org/software/binutils/ |