summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 5facff7..67cfaec 100755
--- a/build
+++ b/build
@@ -9,6 +9,9 @@ build:
oh-autoconfigure -- \
--disable-python
oh-autobuild
+ if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
+ oh-autotest; \
+ fi
touch $@
install: build