demo: wait for a keypress event instead of sleeping for a second in hello_world(...
[bertos.git] / Makefile.test
index 4ddda36b2b6907cb2dccc2daf9fb45e3241b97af..5b485c113d8aa75b3c5c597d0a5fd39b5c235fc2 100644 (file)
@@ -5,6 +5,6 @@ V:= 0
 default: all
 
 include bertos/config.mk
-include ./app/test/avrtest.mk
-include ./app/test/armtest.mk
+include ./examples/test/avrtest.mk
+include ./examples/test/armtest.mk
 include bertos/rules.mk