]> git.ipfire.org Git - thirdparty/ccache.git/commit
test: Rearrange files into test and unittest directories
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 29 Jan 2018 19:57:18 +0000 (20:57 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 29 Jan 2018 20:21:20 +0000 (21:21 +0100)
commit1fbb9be608dab1771eb7cd9bd62393b7cc87f45a
tree41a2b6dd01d6d55b06c0412ed7d1af121bda50a8
parent01e51695e34e0a8ba1d34b08980cc0c0a63362f1
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.
40 files changed:
.gitignore
Makefile.in
configure.ac
dev.mk.in
test/run [moved from test.sh with 99% similarity]
test/suites/base.bash [moved from test_suites/base.sh with 100% similarity]
test/suites/basedir.bash [moved from test_suites/basedir.sh with 100% similarity]
test/suites/cleanup.bash [moved from test_suites/cleanup.sh with 100% similarity]
test/suites/compression.bash [moved from test_suites/compression.sh with 100% similarity]
test/suites/debug_prefix_map.bash [moved from test_suites/debug_prefix_map.sh with 100% similarity]
test/suites/direct.bash [moved from test_suites/direct.sh with 100% similarity]
test/suites/hardlink.bash [moved from test_suites/hardlink.sh with 100% similarity]
test/suites/input_charset.bash [moved from test_suites/input_charset.sh with 100% similarity]
test/suites/masquerading.bash [moved from test_suites/masquerading.sh with 100% similarity]
test/suites/multi_arch.bash [moved from test_suites/multi_arch.sh with 100% similarity]
test/suites/nocpp2.bash [moved from test_suites/nocpp2.sh with 100% similarity]
test/suites/nvcc.bash [moved from test_suites/nvcc.sh with 100% similarity]
test/suites/nvcc_direct.bash [moved from test_suites/nvcc_direct.sh with 100% similarity]
test/suites/nvcc_ldir.bash [moved from test_suites/nvcc_ldir.sh with 100% similarity]
test/suites/nvcc_nocpp2.bash [moved from test_suites/nvcc_nocpp2.sh with 100% similarity]
test/suites/pch.bash [moved from test_suites/pch.sh with 100% similarity]
test/suites/readonly.bash [moved from test_suites/readonly.sh with 100% similarity]
test/suites/readonly_direct.bash [moved from test_suites/readonly_direct.sh with 100% similarity]
test/suites/serialize_diagnostics.bash [moved from test_suites/serialize_diagnostics.sh with 100% similarity]
test/suites/upgrade.bash [moved from test_suites/upgrade.sh with 100% similarity]
unittest/framework.c [moved from test/framework.c with 100% similarity]
unittest/framework.h [moved from test/framework.h with 100% similarity]
unittest/main.c [moved from test/main.c with 100% similarity]
unittest/test_args.c [moved from test/test_args.c with 100% similarity]
unittest/test_argument_processing.c [moved from test/test_argument_processing.c with 100% similarity]
unittest/test_compopt.c [moved from test/test_compopt.c with 100% similarity]
unittest/test_conf.c [moved from test/test_conf.c with 100% similarity]
unittest/test_counters.c [moved from test/test_counters.c with 100% similarity]
unittest/test_hash.c [moved from test/test_hash.c with 100% similarity]
unittest/test_hashutil.c [moved from test/test_hashutil.c with 100% similarity]
unittest/test_lockfile.c [moved from test/test_lockfile.c with 100% similarity]
unittest/test_stats.c [moved from test/test_stats.c with 100% similarity]
unittest/test_util.c [moved from test/test_util.c with 100% similarity]
unittest/util.c [moved from test/util.c with 100% similarity]
unittest/util.h [moved from test/util.h with 100% similarity]