From b56f8bbbb6a0e3ccd7d0e2d2319c7f4e4050b7b7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Sep 2013 12:20:21 -0400 Subject: Enable tests with DejaGnu. --- (limited to 'build') diff --git a/build b/build index 652cfb5..85ed91d 100755 --- a/build +++ b/build @@ -116,6 +116,9 @@ $(buildnative_targets): fincludedir="$${libsubdir}/finclude" \ toolexeclibdir="/usr/lib/$(target)" \ MULTIOSDIR= + if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ + cd "$(builddir)" && make -k check; \ + fi $(buildcross_targets): libsubdir="/usr/lib/$(target)/gcc-$(base_version)" && \ -- cgit v0.9.1