summaryrefslogtreecommitdiff
path: root/buildtest.sh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2013-02-26 16:21:20 +0100
committerDavid Lamparter <equinox@diac24.net>2013-04-14 16:01:05 +0200
commitf281ab9752393fcc7cbb54c50edb66f25c2a31fb (patch)
tree53be958c127d21c6bc0e2e2abd02f33a3fde16c2 /buildtest.sh
parentf2b53dac4c72811c06779c596c6162b994eb427a (diff)
tests: add DejaGNU framework
DejaGNU seems to be the 'standard' GNU test framework (which by itself doesn't say much), but it seems relatively usable and the "remote system" capabilities might come in handy for virtualisation-based tests for kernel interactions or something. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-xbuildtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtest.sh b/buildtest.sh
index c9dd323f..de638f56 100755
--- a/buildtest.sh
+++ b/buildtest.sh
@@ -85,6 +85,7 @@ for cfg in ${CONFIGS:-$defconfigs}; do
cd "$bdir"
../sdist/configure $args
make -j5
+ make check
make DESTDIR="$TEMP/inst_$cfg" install
cd ..
done