diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2018-01-29 20:57:18 +0100 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2018-01-29 21:21:20 +0100 |
commit | 1fbb9be608dab1771eb7cd9bd62393b7cc87f45a (patch) | |
tree | 41a2b6dd01d6d55b06c0412ed7d1af121bda50a8 /.gitignore | |
parent | 01e51695e34e0a8ba1d34b08980cc0c0a63362f1 (diff) | |
download | ccache-1fbb9be608dab1771eb7cd9bd62393b7cc87f45a.tar.gz |
test: Rearrange files into test and unittest directories
* The unit tests formerly located in the test directory have been moved
to the unittest directory.
* The integration test suite test.sh has been made a bash script and
renamed to test/run. Its test suites are located in test/suites.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,9 +8,9 @@ Makefile autom4te.cache ccache -ccache.exe ccache-*.tar.* ccache.1 +ccache.exe ccache.html ccache.xml config.cache @@ -19,10 +19,10 @@ config.h.in config.log config.status configure -dev_mode_disabled dev.mk +dev_mode_disabled perfdir.* -test/main -test/suites.h testdir.* +unittest/run +unittest/suites.h version.c |