summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-13 08:44:33 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-13 08:44:33 (EDT)
commit122807ca6668e780f4289985012e6d6fdac5c5c0 (patch)
tree828cfbdc6af9bfe81d9602c40149d89666ffba9e
parent0fffaa3f87eb6ea5998af0d3b74eecbf829b4541 (diff)
build: Run tests
-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