User@elli:~/Downloads/Remote/LPC/GEM$ node test_runner.js baseline
=== Running 8 tests in BASELINE mode ===
[*] Running tests/string.c
... Saved baseline. [*] Running tests/math.c ...
Saved baseline. [*] Running tests/call_out.c ... Saved
baseline. [*] Running tests/file.c ... Saved baseline.
[*] Running tests/clone_object.c ... Saved baseline. [*]
Running tests/catch.c ... Saved baseline.
[*] Running tests/define.c ... Saved baseline.
[*] Running tests/rambuffer.c ... Saved baseline.
user@elli:~/Downloads/Remote/LPC/GEM$
==
user@elli:~/Downloads/Remote/LPC/GEM$ node test_runner.js verify
=== Running 7 tests in
VERIFY mode ===
[*] Running tests/string.c ... [PASS] [*] Running
tests/math.c ... [PASS]
[*] Running tests/file.c ... [PASS]
[*] Running tests/clone_object.c ... [PASS] [*] Running
tests/catch.c ... [PASS]
[*] Running tests/define.c ... [PASS]
[*] Running tests/rambuffer.c ... [PASS]
=== Verification Complete
===
Passed: 7 / 7
All systems green.
user@elli:~/Downloads/Remote/LPC/GEM$