From a15cdb322ec2feed909bd959537812be88aead1b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 12 Sep 2020 21:11:02 -0500 Subject: [PATCH] Include a test --- buildroot/tests/STM32F103RET6_creality-tests | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/buildroot/tests/STM32F103RET6_creality-tests b/buildroot/tests/STM32F103RET6_creality-tests index ca723c7aa2298..8466e59c44c7a 100644 --- a/buildroot/tests/STM32F103RET6_creality-tests +++ b/buildroot/tests/STM32F103RET6_creality-tests @@ -7,10 +7,16 @@ set -e # -# Build with configs included in the PR +# Build with Ender-3 V2 configs # use_example_configs "Creality/Ender-3 V2" -opt_enable MARLIN_DEV_MODE +exec_test $1 $2 "Ender 3 v2" + +# +# Build with Ender-3 V2 configs but with MarlinUI +# +opt_disable DWIN_CREALITY_LCD +opt_enable DWIN_MARLINUI_PORTRAIT MARLIN_DEV_MODE exec_test $1 $2 "Ender 3 v2" restore_configs