History log of /seL4-camkes-master/tools/rumprun/tests/buildtests.sh
Revision Date Author Comments
# 2765be88 28-Feb-2016 Antti Kantee <pooka@iki.fi>

buildtests: place RRDEST into PATH first

This change ensures that the tools from our build will be
found instead of some others which may exist along PATH.


# 838542a7 28-Feb-2016 Antti Kantee <pooka@iki.fi>

Revert "buildtests: adjusting PATH is no longer necessary"

Adjusting PATH is necessary, because otherwise ./configure --host
will fail to find the tools.

This reverts commit 1f721d480fa532bf493cf29a89897a572e70f846.


# 1f721d48 28-Feb-2016 Antti Kantee <pooka@iki.fi>

buildtests: adjusting PATH is no longer necessary


# 0eefb76e 27-Jan-2016 Antti Kantee <pooka@iki.fi>

Use $RUMPRUN/$RUMPRUN_BAKE in tests


# 8c4b7e6c 16-Nov-2015 Antti Kantee <pooka@iki.fi>

add more kludges to deal with test build mess


# 077ba116 16-Nov-2015 Antti Kantee <pooka@iki.fi>

buildtests.sh: don't set variables which are already set


# 87286488 27-Oct-2015 Antti Kantee <pooka@iki.fi>

Use destdir/rumprun-$MACHINE_GNU_ARCH$ as a GNU-like prefix.


# ba94e62a 23-Oct-2015 Antti Kantee <pooka@iki.fi>

use rumprun-bake


# 7bd44ca8 22-Oct-2015 Antti Kantee <pooka@iki.fi>

Adjust tests to new destdir world order.


# 7124a22a 21-Oct-2015 Antti Kantee <pooka@iki.fi>

buildtests.sh: fix usage


# 5bca83b1 21-Oct-2015 Antti Kantee <pooka@iki.fi>

Rely on RUMPRUN_SHCONF being set in the env.

As opposed to giving the same params manually on the command line.


# 6633e594 14-Oct-2015 Antti Kantee <pooka@iki.fi>

tests: pass PLATFORM to nolibc Makefile


# 3516f6f7 14-Oct-2015 Martin Lucina <martin@lucina.net>

Add CMake test

Only built if CMake is installed


# 22f68247 03-Sep-2015 Sebastian Wicki <gandro@gmx.net>

Add tests and -k flag to buildtests.sh


# 4baa8b54 29-Jun-2015 Antti Kantee <pooka@iki.fi>

Rename the toolchain tuple to what was discussed on the mailing list.

e.g. x86_64-rumprun-netbsd will work now both for xen and hw. The
platform is selected during the "bake" phase, everything before that is
(or should be) platform-independent, only target ISA dependent.


# 682787b8 07-Jun-2015 Stefan Grundmann <sg2342@googlemail.com>

GNU-make is not always called make ... provide a way to override

- detect gmake as it is done in rumpctrl/buildnb.sh
- use -gmake wrapper in tests/buildtests.sh if MAKE is set to gmake


# 82dad5de 02-Jun-2015 Antti Kantee <pooka@iki.fi>

this script also knows that rumpbake may change


# b9d8d064 01-Jun-2015 Antti Kantee <pooka@iki.fi>

Remove the -T and -o switches from rumpbake.

Usage is always "rumpbake target output file [file ...]".
As proposed on rumpkernel-users.


# 9a5b1182 28-May-2015 Martin Lucina <martin@lucina.net>

tests: Use -T with rumpbake


# c3e72a68 27-May-2015 Martin Lucina <martin@lucina.net>

buildtests: Use absolute path for rumpbake


# 8ab79dc7 27-May-2015 Martin Lucina <martin@lucina.net>

Use rumpbake to build tests


# bca794b5 27-May-2015 Antti Kantee <pooka@iki.fi>

Rename baremetal -> hw, as discussed on rumpkernel-users

Migration: use "hw" where you would have previously used "baremetal".


# c69b2412 16-May-2015 Antti Kantee <pooka@iki.fi>

Hack to build C++ test iff C++ support is available.


# 8e02ed2e 13-May-2015 Antti Kantee <pooka@iki.fi>

Add a "-q(uick)" mode to buildtests where configure is not run

Makes this script useful for iterating while testing.


# 0d2b1db1 03-May-2015 Antti Kantee <pooka@iki.fi>

make buildtests.sh take the same platform argument as build-rr.sh


# b383a6ae 28-Apr-2015 Antti Kantee <pooka@iki.fi>

add a "buildtests" script, which also runs ./configure