xref: /qemu/tests/tcg/m68k/Makefile.target (revision 940bb5fa)
1# -*- Mode: makefile -*-
2#
3# m68k specific tweaks - specifically masking out broken tests
4#
5
6VPATH += $(SRC_PATH)/tests/tcg/m68k
7TESTS += trap denormal
8
9# On m68k Linux supports 4k and 8k pages (but 8k is currently broken)
10EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192
11