Reorganize the tests under the the test/pamela directory to include the following subdirectories:
examples: This will include all of the current test/pamela/*.pamela files (moved now to a subdirectory). Automated testing will process this directory.
regression (or micro-examples): These are small examples testing a single Pamela language feature. Automated testing will process this directory.
errors: Expected errors for IR and HTN. Automated testing will process this directory.
pending: Pamela files that may be promoted to examples or errors, as the implementation changes. Automated testing will ignore this directory.
Note that the subdirectory structure of examples and regression will be the same. (Although errors will also have the same structure, the interpretation of those files is different).
Reorganize the tests under the the
test/pamela
directory to include the following subdirectories:examples
: This will include all of the currenttest/pamela/*.pamela
files (moved now to a subdirectory). Automated testing will process this directory.regression
(ormicro-examples
): These are small examples testing a single Pamela language feature. Automated testing will process this directory.errors
: Expected errors for IR and HTN. Automated testing will process this directory.pending
: Pamela files that may be promoted toexamples
orerrors
, as the implementation changes. Automated testing will ignore this directory.Note that the subdirectory structure of
examples
andregression
will be the same. (Althougherrors
will also have the same structure, the interpretation of those files is different).