Makefile-common: add perf. measurement config to regressiontests.
This commit is contained in:
parent
1509e5b3c8
commit
c6a1f99758
|
|
@ -126,6 +126,9 @@ regressiontests:
|
|||
# Generic Teensy2 configuration, which uses USB_SERIAL.
|
||||
$(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.regtest-teensy2.h \
|
||||
MCU=atmega32u4 F_CPU=16000000UL EXTRA_CFLAGS=-Werror all
|
||||
# The configuration used for performance measurements.
|
||||
$(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.h.Profiling \
|
||||
MCU=atmega644 F_CPU=20000000UL EXTRA_CFLAGS=-Werror all
|
||||
# Don't forget the hostside simulator.
|
||||
$(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7.h \
|
||||
EXTRA_CFLAGS=-Werror all
|
||||
|
|
|
|||
Loading…
Reference in New Issue