summaryrefslogtreecommitdiff
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: drop test_config.hMike Frysinger2016-07-211-2/+0
| | | | | | | | | | This header provides a single define: GDTEST_TOP_DIR. Move it to the build CPPFLAGS instead since it's a path var and that's the recommended way of handling these (by autotools standards), and it simplifies the build overall. It also harmonizes the autotool & cmake build paths. We localize this define to the gdtest/ subdir as we don't want any of the other tests using the path. We have gdtest helpers instead.
* tests: rework handling of temp output filesMike Frysinger2016-05-171-16/+0
| | | | | | | | | Many of the tests open files in local paths for writing which leaves a variety of temp files in the tests subdirs. This ends up failing in a few scenarios like out of tree builds or cmake builds. Add a few helper functions to the common gdtest module to quickly get handles to temp files for the tests to leverage.
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+20
This makes it easier to keep track of things. The single toplevel list can make it hard to notice when something is stale.