cpp-utilities/tests
Martchus 2bb4aa36a4 Let tests find the testfiles from sources without extra args
Currently the path of the testfiles always had to be specified
either manually using the -p argument or by running the tests
via the build system targets. The first option is annoying and
the second option not so nice when using Qt Creator and the
debugger.

This commit allows tests to find the testfiles from the source
directory automatically (as fallback). This is achieved by
creating a file containing the path of the source directory
with CMake. Note that this file can only be found if the working
directory is set to the binary directory (default in Qt Creator).
2017-10-30 23:01:07 +01:00
..
argumentparsertests.cpp Improve readability of ArgumentReader::read and use Phrases 2017-10-19 00:51:47 +02:00
calculateoverallcoverage.awk Fix calculation of overall test coverage 2017-08-17 17:59:29 +02:00
chronotests.cpp chrono utils: Improve handling micro- and nanoseconds 2017-08-31 02:17:05 +02:00
conversiontests.cpp Improve conversion tests 2017-06-25 16:03:46 +02:00
cppunit.cpp minor adjustments 2016-03-03 19:07:46 +01:00
cppunit.h Improve coding style in test utilities 2017-10-24 01:02:07 +02:00
iotests.cpp Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:23 +02:00
mathtests.cpp Fix compiling math tests under 32-bit architectures 2017-09-03 20:13:27 +02:00
outputcheck.h Move OutputCheck to its own header file 2017-09-20 17:09:34 +02:00
stringbuilder-bench.cpp string builder: Support integral types directly 2017-01-30 00:11:33 +01:00
stringbuilder-bench.md Update summary of stringbuilder benchmark 2017-07-11 19:16:32 +02:00
testutils.cpp Let tests find the testfiles from sources without extra args 2017-10-30 23:01:07 +01:00
testutils.h Let tests find the testfiles from sources without extra args 2017-10-30 23:01:07 +01:00
traitstests.cpp Add traits to check for reserve() and size() 2017-10-27 18:25:32 +02:00