1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-06 03:53:59 +02:00
pgbackrest/test/src
David Steele 1f8931f732 Improve single test run performance.
Improve on 7794ab50 by including the build flag files directly into the Makefile as dependencies (even though they are not includes).  This simplifies some of the rsync logic and allows make to do what it does best.

Also split build flag files into test, harness, and build to reduce rebuilds.  Test flags are used to build test.c, harness flags are used to build the rest of the files in the test harness, and build flags are used for the files that are not directly involved in testing.
2018-11-03 16:34:04 -04:00
..
common Clear test directory between test runs. 2018-09-16 17:26:04 -04:00
module Improve single test run performance. 2018-11-03 16:34:04 -04:00
lcov.conf Add switch() to lcov branch exclusions. 2018-03-20 10:17:53 -04:00
test.c Move test expect log out of the regular test directory. 2018-09-16 15:58:46 -04:00
valgrind.suppress Make Valgrind return an error even when a non-fatal issue is detected. 2018-09-07 16:50:01 -07:00