summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild13
1 files changed, 6 insertions, 7 deletions
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.