aboutsummaryrefslogtreecommitdiff
path: root/tests/test_macros.h
AgeCommit message (Expand)Author
2018-08-27Use #if instead of #ifdef for Fruit macros (apart from include guards).Marco Poletti
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2016-12-21Introduce a ConstructionTracker helper class for tests, avoiding some repetit...Marco Poletti
2016-11-19Introduce an InstantiateType macro for tests and use it.Marco Poletti
2016-11-19Replace tests that have a non-annotated and an annotated variant with a singl...Marco Poletti
2015-06-07Use a custom Assert() macro in tests, that's not disabled by NDEBUG, so that ...Marco Poletti