projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update build test "ModuleTest" to check platform drivers where possible. Add missing...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile
diff --git
a/BuildTests/ModuleTest/makefile
b/BuildTests/ModuleTest/makefile
index
fafdbc0
..
7706ca6
100644
(file)
--- a/
BuildTests/ModuleTest/makefile
+++ b/
BuildTests/ModuleTest/makefile
@@
-13,6
+13,9
@@
# application.
\r
\r
all:
\r
# application.
\r
\r
all:
\r
+ @echo Executing build test "ModuleTest".
\r
+ @echo
\r
+
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.avr8
\r
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.avr8
\r
\r
@@
-22,6
+25,9
@@
all:
$(MAKE) -f makefile.uc3 clean
\r
$(MAKE) -f makefile.uc3
\r
\r
$(MAKE) -f makefile.uc3 clean
\r
$(MAKE) -f makefile.uc3
\r
\r
+ @echo Build test "ModuleTest" complete.
\r
+ @echo
\r
+
\r
clean:
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.xmega clean
\r
clean:
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.xmega clean
\r