summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-13 18:05:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-13 18:05:43 (EDT)
commite707fac34a139bcf980d55ff4ce2537c3bf5f3fd (patch)
tree707a3f319de5993f8e51be82ba483990b4917b50 /build
parent8686cf27906975b0c78168a3f86b07ee5eadfe68 (diff)
build: Fix tests.
The build system apparently has a no-op "test" target.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 67cfaec..01c637e 100755
--- a/build
+++ b/build
@@ -10,7 +10,7 @@ build:
--disable-python
oh-autobuild
if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
- oh-autotest; \
+ (cd src && make check); \
fi
touch $@