PTest

Top-level Files of tip

Files in the top-level directory from the latest check-in


PTest

A Program to Test arbitrary other programs against a set of test data without configuration.

In essence, you provide a source file as a command line argument, and PTest tests this program against a set of test cases in a cases/ subdirectory. PTest will handle compilation and cleanup of the program (if necessary). Test case input is assumed to have a .in extension with the matching output having a .out extension (see examples/).

PTest started out as a makefile, which was messy. It then became a script, where it got its name, and sadly became limited to programming languages that can have a shebang (so no compiled languages). It then got upgraded to a "real program" with its own repository written in Common Lisp and supports single-file programs in C, C++, Common Lisp, Java, Python, Ruby.

Known Weaknesses

Copyright/Licensing

See the LICENSE file.