From 440fa629748eafc00758e3fe94e196878bd8a302 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 16 Jan 2017 21:38:49 -0800 Subject: Added synthetic test for tracking down interrupt timing issues --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69923ff..14498c7 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,9 @@ test_x86 : test_x86.o gen_x86.o gen.o test_arm : test_arm.o gen_arm.o mem.o gen.o $(CC) -o test_arm test_arm.o gen_arm.o mem.o gen.o + +test_int_timing : test_int_timing.o vdp.o + $(CC) -o $@ $^ gen_fib : gen_fib.o gen_x86.o mem.o $(CC) -o gen_fib gen_fib.o gen_x86.o mem.o -- cgit v1.2.3