Added driver testing example and cleanup the buildandtest script

This commit is contained in:
Mike Long
2012-09-06 07:45:05 +08:00
parent d14ea470e8
commit be1c831d25
10 changed files with 2837 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
all:
cd embedded_ui; make all
cd driver_testing; make all
clean:
cd embedded_ui; make clean
cd driver_testing; make clean