Regressiontests: add test for ACCELERATION_TEMPORAL.

This commit is contained in:
Markus Hitter 2016-07-09 13:53:16 +02:00
parent 76efe06284
commit 0555299717
2 changed files with 15 additions and 0 deletions

View File

@ -148,6 +148,10 @@ regressiontests:
$(MAKE) -f Makefile-AVR \
USER_CONFIG=testcases/config.regtest-acceleration-reprap.h \
MCU=atmega2560 F_CPU=16000000UL EXTRA_CFLAGS=-Werror all
# Test for ACCELERATION_TEMPORAL.
$(MAKE) -f Makefile-AVR \
USER_CONFIG=testcases/config.regtest-acceleration-temporal.h \
MCU=atmega2560 F_CPU=16000000UL EXTRA_CFLAGS=-Werror all
# Continue with ARM based boards, a Gen7-ARM.
$(MAKE) -f Makefile-ARM USER_CONFIG=testcases/config.regtest-gen7-arm.h \
EXTRA_CFLAGS=-Werror all

View File

@ -0,0 +1,11 @@
// Configuration for controller board.
#include "../config/board.ramps-v1.3.h"
// Configuration for printer board.
#include "../config/printer.mendel.h"
#undef ACCELERATION_REPRAP
#undef ACCELERATION_RAMPING
#undef LOOKAHEAD
#define ACCELERATION_TEMPORAL