MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / MARLIN_TEST

Function MARLIN_TEST

Marlin/tests/gcode/test_gcode.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <src/gcode/parser.h>
26
27MARLIN_TEST(gcode, process_parsed_command) {
28 GcodeSuite suite;
29 parser.command_letter = 'G';
30 parser.codenum = 0;
31 suite.process_parsed_command(false);
32}
33
34MARLIN_TEST(gcode, parse_g1_xz) {
35 char current_command[] = "G0 X10 Z30";

Callers

nothing calls this directly

Calls 3

seenMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected