summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-20 02:45:24 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-20 02:45:24 (EDT)
commit942748dd91cd0bc910f48644cf10c8351c61ed9e (patch)
tree1590d4d43e73fe92fd0f21d09366f70fa2145622 /build
parent86bec7a39502b1251f579b7af3b1b995e7b4498a (diff)
build: Fix tests target.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 67a2719..4ace88d 100755
--- a/build
+++ b/build
@@ -15,7 +15,7 @@ build:
--with-pic
oh-autobuild
if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
- oh-autotest; \
+ oh-autobuild -T check; \
fi
touch $@