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/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 digital/avr/modules/trace/test/Makefile (limited to 'digital/avr/modules/trace/test/Makefile') diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile deleted file mode 100644 index 93cffc5a..00000000 --- a/digital/avr/modules/trace/test/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -BASE = ../../.. -HOST_PROGS = test-trace - -test-trace_SOURCES = test-trace.c flash_stub.c - -MODULES = trace -#CONFIGFILE = avrconfig.h -# atmega8, atmega8535, atmega128... -#AVR_MCU = atmega128 -# -O2 : speed -# -Os : size -OPTIMIZE = -O2 - -include $(BASE)/make/Makefile.gen -- cgit v1.2.3