From 28ba68d8f110ffde01924184e34d1a3c44422419 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sat, 31 May 2014 10:42:10 -0700 Subject: [PATCH] move greatest.h into test directory --- Makefile.am | 2 +- src/{greatest => test}/greatest.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{greatest => test}/greatest.h (100%) 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