summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index fdbdfe9..bf967a5 100755
--- a/build
+++ b/build
@@ -12,6 +12,9 @@ build:
oh-autoconfigure -- \
--enable-bsdtar=shared --enable-bsdcpio=shared
oh-autobuild
+ if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
+ LC_ALL=C oh-autotest; \
+ fi
touch $@
install: build