repypp.py, the Repy preprocessor, does not have unit tests. This makes testing parts of the build scripts in SeattleTestbed/common difficult.
Things we should probably test:
- Correct
#include statements
- Erroneous
#include statements:
- include non-existing files,
- have multiple arguments,
- have no arguments at all.
(We will want to have realistic-looking Repy programs and realistic-looking libraries to #include for these purposes).
repypp.py, the Repy preprocessor, does not have unit tests. This makes testing parts of the build scripts in SeattleTestbed/common difficult.Things we should probably test:
#includestatements#includestatements:(We will want to have realistic-looking Repy programs and realistic-looking libraries to
#includefor these purposes).