Enable tests for linux68k.

This commit is contained in:
David Given 2018-06-05 23:16:34 +09:00
parent 5034ed1c39
commit a8802c934b
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ BUILDDIR = $(ACK_TEMP_DIR)/ack-build
# What build flags do you want to use for native code?
CFLAGS = -g -O -Wno-return-type
CFLAGS = -g -Og -Wno-return-type
LDFLAGS =
# Various commands.

View file

@ -18,6 +18,7 @@ vars.plats = {
"pdpv7",
}
vars.plats_with_tests = {
"linux68k",
"linux386",
"linuxppc",
--"qemuppc",