3 # Copyright (C) Dean Camera, 2011.
5 # dean [at] fourwalledcubicle [dot] com
9 # Makefile for the module build test. This test
10 # attempts to build as many modules as possible
11 # under all supported architectures, and include
12 # all module headers in a simple C and C++
16 @echo Executing build test "ModuleTest".
19 $(MAKE) -f makefile.avr8 clean
20 $(MAKE) -f makefile.avr8
22 $(MAKE) -f makefile.xmega clean
23 $(MAKE) -f makefile.xmega
25 $(MAKE) -f makefile.uc3 clean
26 $(MAKE) -f makefile.uc3
28 @echo Build test "ModuleTest" complete.
32 $(MAKE) -f makefile.avr8 clean
33 $(MAKE) -f makefile.xmega clean
34 $(MAKE) -f makefile.uc3 clean