summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 00:20:54 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 00:20:54 (EDT)
commitddee34e85f8f4002bc3a0081d0b2ef3423d92f22 (patch)
tree141036a052d6df45e86569491a0bcd7d51013cda
parent10d4d1a1180076a15df3b91a9a51dba8b954351a (diff)
build: Run test suite
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 15dbccc..74979aa 100755
--- a/build
+++ b/build
@@ -6,6 +6,9 @@ nop:
build:
oh-autoconfigure
oh-autobuild
+ if [ x'$(OPK_BUILD_ARCH)' = x'$(OPK_HOST_ARCH)' ]; then \
+ oh-autotest; \
+ fi
touch $@
install: build