From bcb508498caa64a7c92a1c11bc85acdefa6209cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Jan 2018 20:46:28 +0100 Subject: Add cpu_trap test --- tests/cpu_trap/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cpu_trap/Makefile (limited to 'tests/cpu_trap/Makefile') diff --git a/tests/cpu_trap/Makefile b/tests/cpu_trap/Makefile new file mode 100644 index 0000000..920fa45 --- /dev/null +++ b/tests/cpu_trap/Makefile @@ -0,0 +1,5 @@ +include ../test.mk + +SRC_cpu_trap = trap.S + +$(eval $(call MIPS_ELF,cpu_trap)) -- cgit v1.2.3