[llvm-cov gcov][test] Move tests to gcov/
authorFangrui Song <i@maskray.me>
Thu, 17 Sep 2020 05:41:30 +0000 (22:41 -0700)
committerFangrui Song <i@maskray.me>
Thu, 17 Sep 2020 05:42:49 +0000 (22:42 -0700)
And rename llvm-cov.test (misnomer) to basic.test

27 files changed:
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-4.7.gcda [moved from llvm/test/tools/llvm-cov/Inputs/gcov-4.7.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-4.7.gcno [moved from llvm/test/tools/llvm-cov/Inputs/gcov-4.7.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-8.gcda [moved from llvm/test/tools/llvm-cov/Inputs/gcov-8.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-8.gcno [moved from llvm/test/tools/llvm-cov/Inputs/gcov-8.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-9.gcda [moved from llvm/test/tools/llvm-cov/Inputs/gcov-9.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-9.gcno [moved from llvm/test/tools/llvm-cov/Inputs/gcov-9.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-fake-4.2.gcda [moved from llvm/test/tools/llvm-cov/Inputs/gcov-fake-4.2.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/gcov-fake-4.2.gcno [moved from llvm/test/tools/llvm-cov/Inputs/gcov-fake-4.2.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test.cpp [moved from llvm/test/tools/llvm-cov/Inputs/test.cpp with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test.gcda [moved from llvm/test/tools/llvm-cov/Inputs/test.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test.gcno [moved from llvm/test/tools/llvm-cov/Inputs/test.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test.h [moved from llvm/test/tools/llvm-cov/Inputs/test.h with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_file_checksum_fail.gcda [moved from llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_func_checksum_fail.gcda [moved from llvm/test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_no_gcda.cpp.gcov [moved from llvm/test/tools/llvm-cov/Inputs/test_no_gcda.cpp.gcov with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_no_gcda.h.gcov [moved from llvm/test/tools/llvm-cov/Inputs/test_no_gcda.h.gcov with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_no_options.cpp.gcov [moved from llvm/test/tools/llvm-cov/Inputs/test_no_options.cpp.gcov with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_no_options.h.gcov [moved from llvm/test/tools/llvm-cov/Inputs/test_no_options.h.gcov with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_paths.gcda [moved from llvm/test/tools/llvm-cov/Inputs/test_paths.gcda with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_paths.gcno [moved from llvm/test/tools/llvm-cov/Inputs/test_paths.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/Inputs/test_read_fail.gcno [moved from llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno with 100% similarity]
llvm/test/tools/llvm-cov/gcov/basic.test [moved from llvm/test/tools/llvm-cov/llvm-cov.test with 100% similarity]
llvm/test/tools/llvm-cov/gcov/gcov-4.7.c [moved from llvm/test/tools/llvm-cov/gcov-4.7.c with 100% similarity]
llvm/test/tools/llvm-cov/gcov/gcov-8.c [moved from llvm/test/tools/llvm-cov/gcov-8.c with 100% similarity]
llvm/test/tools/llvm-cov/gcov/gcov-9.c [moved from llvm/test/tools/llvm-cov/gcov-9.c with 100% similarity]
llvm/test/tools/llvm-cov/gcov/gcov-fake-4.2.c [moved from llvm/test/tools/llvm-cov/gcov-fake-4.2.c with 100% similarity]
llvm/test/tools/llvm-cov/gcov/intermediate-format.test [moved from llvm/test/tools/llvm-cov/gcov-intermediate-format.test with 100% similarity]