From 122807ca6668e780f4289985012e6d6fdac5c5c0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Oct 2014 08:44:33 -0400 Subject: build: Run tests --- 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 -- cgit v0.9.1