summaryrefslogtreecommitdiff
path: root/test/setup-test-data
AgeCommit message (Collapse)AuthorFilesLines
2013-09-30test: Ensure testdata/run-parts.ex2 is createdRoger Leigh1-0/+1
2013-03-31build: Use non-recursive makeRoger Leigh1-4/+6
Don't recurse into subdirectories (with the exception of po). Include Makefile.am fragments from subdirectories into the top-level Makefile, adjusted to use paths relative to the root.
2006-07-06* test/*.cc: Replace SRCDIR with TESTDATADIR.Roger Leigh1-0/+7
* test/Makefile.am (AM_CXXFLAGS): Replace SRCDIR with TESTDATADIR. (TESTS): Run setup-test-data and cleanup-test-data at the start and end of testing, respectively. (EXTRA_DIST): Distribute setup-test-data and cleanup-test-data. (clean-local): Run cleanup-test-data. * test/cleanup-test-data: New file. Remove testdata directory. * test/setup-test-data: New file. Copy test data to testdata directory and change the ownership to root.