patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/tests
Patrick Lühne ca7ae883ee
Removed Boost dependency in unit tests.
Some of the unit tests depended on Boost’s null_sink to redirect the
unwanted test output to /dev/null. This commit adds a simple
NullOutputStream as a replacement and removes the obsolete Boost
includes.
2017-10-28 16:45:29 +02:00
..
data Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
CMakeLists.txt Removed Boost dependency in language distinction. 2017-10-28 15:44:37 +02:00
NullOutputStream.h Removed Boost dependency in unit tests. 2017-10-28 16:45:29 +02:00
TestPDDLNormalization.cpp Reimplemented plasp with PDDL parsing library. 2017-06-20 01:53:55 +02:00
TestPDDLTranslation.cpp Removed Boost dependency in unit tests. 2017-10-28 16:45:29 +02:00
TestSASParser.cpp Refactoring to use cleaner output implementation. 2016-11-29 06:03:05 +01:00
main.cpp Switched from Google Test to Catch. 2016-10-08 16:03:14 +02:00