diff options
author | Patrick 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) |
commit | ddee34e85f8f4002bc3a0081d0b2ef3423d92f22 (patch) | |
tree | 141036a052d6df45e86569491a0bcd7d51013cda /build | |
parent | 10d4d1a1180076a15df3b91a9a51dba8b954351a (diff) |
build: Run test suite
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |