Note: If you have installed a GPC binary distribution, you
usually don't have the Test Suite installed (you can download the
GPC source distribution to get it, however), so this section does
not apply to you. Still, you can find in the section
Contributing Tests to the Test Suite
how to report GPC bugs
in the form of new test programs so we can fix them as fast as
possible.
The files in the test directory and subdirectories are for testing GPC only and should not be of any other use.
Note: A few of the tests do not make sense on all systems. They are equipped with checks and will be skipped if they find the system not suitable. Skipped tests do not indicate a GPC bug, unless you have a reason to be sure that the particular test should make sense on your system.
make
in the test directory
(or make check
in the p
object directory after
building GPC).
make pascal.check-long
to get a long output
which is a sequence of file names followed by OK
for
successful tests, SKIPPED
for skipped tests (both in capital
letters), and anything else for failed tests.
make MASK="foo[1-7]*.pas"
or
make MASK="foo42.pas" pascal.check-long
.
make clean
.