From e707fac34a139bcf980d55ff4ce2537c3bf5f3fd Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Fri, 13 Jun 2014 18:05:43 -0400
Subject: build: Fix tests.

The build system apparently has a no-op "test" target.
---
(limited to 'build')

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 $@
 
--
cgit v0.9.1