summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/test_host/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-10 21:11:44 +0100
committerNélio Laranjeiro2008-11-10 21:11:44 +0100
commite2b76c46c6d26d26b1666f94f4d22fb2e7cb0f86 (patch)
tree73a8b11ab9ce2b5f3f08077ddc96d1eab09c044e /digital/avr/modules/trace/test/test_host/Makefile
parente15619e199eed4a40aa401f1f6db8c1d81d87c65 (diff)
avr/modules/trace: unit tests
* Moved the tests to the test_host (test sub-directory) * Added a target test.
Diffstat (limited to 'digital/avr/modules/trace/test/test_host/Makefile')
-rw-r--r--digital/avr/modules/trace/test/test_host/Makefile10
1 files changed, 10 insertions, 0 deletions
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