|
libpulsar
A modular compiler for the pulsar programming language
|
Go to the source code of this file.
Namespaces | |
| namespace | run |
Functions | |
| run.cmd (args) | |
| run.rebuild () | |
| run.print_start_test (name) | |
| run.create_exec (filename) | |
| run.run_exec (args=[]) | |
| run.run_output_test (case) | |
| run.run_unit_test (filename) | |
| run.print_summary (count) | |
| run.main () | |
Variables | |
| int | run.tests_passed = 0 |
| str | run.REDO_LINE = "\033[2K\r" |
| str | run.SRCDIR = './src' |
| str | run.LIBDIR = './lib' |
| str | run.REPORTS_DIR = './tests/reports/' |
| str | run.OUT = './tests/bin/a.out' |