mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
DejaGNU board for testing m68k-amigaos GCC
- Download
gcc-testsuite
and unpack into
submodules/gcc-2.95.3 - Install amitools and configure
vamos - Configure DejaGNU board search path with
$HOME/.dejagnurccontaining:
if ![info exists boards_dir] {
set boards_dir {}
}
lappend boards_dir "$HOME/workspace/amigaos-cross-toolchain/dejagnu/boards"
- Run tests:
$ cd .build-m68k/gcc-2.95.3/gcc
$ make check-gcc \
RUNTESTFLAGS='--target_board=amigaos execute.exp=20000113-1* -v SIM=vamos'