From 1450464cf9e9ffc340e755239d7831199a6f4dbf Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 29 Apr 2019 21:36:43 -0400 Subject: build: Run tests --- diff --git a/build b/build index 50fd39f..4a3445c 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1