diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-28 19:11:51 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-04 09:50:30 -0400 |
commit | 52e7e5211957de6f0dd1f24c3e7f349ce5956485 (patch) | |
tree | 6e96d2a38b4142fa055e032c5f683ddc4a789450 /test/klippy/macros.test | |
parent | a68f577adf87ed596acb1da201bd481fc0687a7b (diff) | |
download | kutter-52e7e5211957de6f0dd1f24c3e7f349ce5956485.tar.gz kutter-52e7e5211957de6f0dd1f24c3e7f349ce5956485.tar.xz kutter-52e7e5211957de6f0dd1f24c3e7f349ce5956485.zip |
test: Add a macros.test test case for testing gcode_macro
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/macros.test')
-rw-r--r-- | test/klippy/macros.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/klippy/macros.test b/test/klippy/macros.test new file mode 100644 index 00000000..61796884 --- /dev/null +++ b/test/klippy/macros.test @@ -0,0 +1,6 @@ +# Tests for miscellaneous g-code commands +DICTIONARY atmega2560.dict +CONFIG macros.cfg + +# Run TESTIT macro +TESTIT |