diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-13 08:44:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-13 08:44:33 (EDT) |
commit | 122807ca6668e780f4289985012e6d6fdac5c5c0 (patch) | |
tree | 828cfbdc6af9bfe81d9602c40149d89666ffba9e /build | |
parent | 0fffaa3f87eb6ea5998af0d3b74eecbf829b4541 (diff) |
build: Run tests
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |