diff options
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ configure: build: configure oh-autobuild -- \ LDFLAGS_DEFAULT="-Wl,--export-dynamic -Wl,-soname=$(SONAME)" + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autotest; \ + fi touch $@ install: build |