summaryrefslogtreecommitdiffstats
path: root/tests/check/test-key.pem
Commit message (Collapse)AuthorAgeFilesLines
* checks: move files required by unit tests into tests/files and make sure ↵Tim-Philipp Müller2009-05-151-15/+0
| | | | | | | | | | they're disted Move unit test data into the directory where it belongs and make in particular the flacdec unit test cd into the directory with the test files instead of making assumptions about the current working directory in that unit test. As a side effect of movng those files, there's only one EXTRA_DIST in tests/check/Makefile.am now, which is likely to work better than having two. Hopefully fixes #582753.
* tests/check/: Add missing files for the unit test.Wouter Cloetens2008-01-301-0/+15
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * tests/check/test-cert.pem: * tests/check/test-key.pem: Add missing files for the unit test.