aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test: Add support for testing klippy with multi-mcu configsKevin O'Connor2018-06-291-0/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add example kinematic config files to printers.test testcaseKevin O'Connor2018-06-293-8/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add Ender2 and ReArm configs to printers.test testcaseKevin O'Connor2018-06-291-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a build test case for the PRUKevin O'Connor2018-06-281-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a dual_carriage test caseKevin O'Connor2018-06-172-0/+145
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add STEPPER_BUZZ and DELTA_CALIBRATE tests to delta.testKevin O'Connor2018-06-171-0/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add multi_z test caseKevin O'Connor2018-06-172-0/+136
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add basic klippy regression testsKevin O'Connor2018-06-166-0/+111
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add LPC176x compile test caseKevin O'Connor2018-05-251-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add STM32F1 compile test caseKevin O'Connor2018-04-091-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add compile tests for at90usb1286 and atmega1284p chipsKevin O'Connor2018-02-262-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Update travis build to include a basic klippy host testKevin O'Connor2018-02-262-37/+0
| | | | | | | | | | | | | | | | | Move the travis installation steps from the travis-build.sh script to a new script (scripts/travis-install.sh). Move the travis-build.sh script to the scripts/ directory as well. The data dictionaries built in the compile tests are useful during host software testing, so run all the compile tests sequentially in a single VM and save the data dictionaries after each build. Also, build all the config files found in the test/configs/ directory. Create the python virtualenv environment during the install phase and invoke the klippy.py host software in the build phase to perform a basic host software sanity check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add travis CISebastian Meyer2018-02-257-0/+51
Signed-off-by: Sebastian Meyer <ich@sebmeyer.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>