From e2b76c46c6d26d26b1666f94f4d22fb2e7cb0f86 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 10 Nov 2008 21:11:44 +0100 Subject: avr/modules/trace: unit tests * Moved the tests to the test_host (test sub-directory) * Added a target test. --- digital/avr/modules/trace/test/test_host/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 digital/avr/modules/trace/test/test_host/Makefile (limited to 'digital/avr/modules/trace/test/test_host/Makefile') diff --git a/digital/avr/modules/trace/test/test_host/Makefile b/digital/avr/modules/trace/test/test_host/Makefile new file mode 100644 index 00000000..cc22a863 --- /dev/null +++ b/digital/avr/modules/trace/test/test_host/Makefile @@ -0,0 +1,10 @@ +BASE = ../../../.. + +HOST_PROGS = test-trace + +test-trace_SOURCES = test-trace.c flash_stub.c + +MODULES = trace +OPTIMIZE = -O2 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3