diff --git a/Makefile.am b/Makefile.am index 79f246fa..9f4f9e0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ src/x86/glue.S: src/disk.c src/misc.c src/display.c src/vm.c @AUDIO_GLUE_C@ LOG_DRIVER = testcpu ## hack TODO/FIXME ... should be wrapper shell script accepting standard GNU testing API args ... A2_TEST_SOURCES = $(apple2ix_SOURCES) src/test/testcommon.c -A2_TEST_CFLAGS = -DTESTING=1 -Isrc/greatest +A2_TEST_CFLAGS = -DTESTING=1 -Isrc/test TESTS = testcpu testdisplay testvm check_PROGRAMS = testcpu testdisplay testvm diff --git a/src/greatest/greatest.h b/src/test/greatest.h similarity index 100% rename from src/greatest/greatest.h rename to src/test/greatest.h