From 5b4bec7003519caef1c78e3b575a86ff1ee8c324 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Sep 2013 12:02:52 -0400 Subject: Enable tests with DejaGnu. --- diff --git a/build b/build index 70e1f2b..ca948bf 100755 --- a/build +++ b/build @@ -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. diff --git a/control b/control index 2da8d5a..a00a64f 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" -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/ -- cgit v0.9.1