diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-29 13:52:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-29 13:52:23 -0400 |
commit | cc6b4166600692cddf165468d5349dac0804890b (patch) | |
tree | 8c1dea1b40bcf554a5030cebcef4478692aa9743 /test | |
parent | 5922a1ea1bbae2ba40cf96a5125f465cc3ccb941 (diff) | |
download | kutter-cc6b4166600692cddf165468d5349dac0804890b.tar.gz kutter-cc6b4166600692cddf165468d5349dac0804890b.tar.xz kutter-cc6b4166600692cddf165468d5349dac0804890b.zip |
test: Add support for testing klippy with multi-mcu configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 9c752ff7..769ffb4d 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -46,3 +46,14 @@ CONFIG ../../config/generic-radds.cfg DICTIONARY lpc176x.dict CONFIG ../../config/generic-re-arm.cfg CONFIG ../../config/generic-smoothieboard.cfg + +# Printers using the PRU +DICTIONARY pru.dict host=linuxprocess.dict +CONFIG ../../config/generic-cramps.cfg +CONFIG ../../config/generic-replicape.cfg + +# Tests with multiple mcus +DICTIONARY atmega2560-16mhz.dict zboard=atmega2560-16mhz.dict auxboard=atmega2560-16mhz.dict +CONFIG ../../config/example-multi-mcu.cfg +DICTIONARY atmega2560-16mhz.dict z=atmega2560-16mhz.dict +CONFIG ../../config/kit-voron2-2018.cfg |