diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:45:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:45:24 (EDT) |
commit | 942748dd91cd0bc910f48644cf10c8351c61ed9e (patch) | |
tree | 1590d4d43e73fe92fd0f21d09366f70fa2145622 | |
parent | 86bec7a39502b1251f579b7af3b1b995e7b4498a (diff) |
build: Fix tests target.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ build: --with-pic oh-autobuild if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ - oh-autotest; \ + oh-autobuild -T check; \ fi touch $@ |