benchmark/test
Gregor Jasny c50ac68c50 CMake: use full add_test(NAME <> COMMAND <>) signature (#901)
* CTest must use proper paths to executables

With the following syntax:

```
  add_test(NAME <name> COMMAND <command> [<arg>...])
```

if `<command>` specifies an executable target it will automatically
be replaced by the location of the executable created at build time.

This is important if a `<Configuration>_POSTFIX` like `_d` is used.

* Fix typo in ctest invocation

Instead of `-c` the uppercase `-C` must be used to select a config.
But better use the longopt.
2019-11-05 22:46:13 +03:00
..
AssemblyTests.cmake
basic_test.cc Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
benchmark_gtest.cc Negative ranges #762 (#787) 2019-03-26 10:50:53 +00:00
benchmark_name_gtest.cc BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) 2019-03-17 16:38:51 +03:00
benchmark_test.cc
BUILD Switch to Starlark for C++ rules. (#887) 2019-10-08 11:09:51 +01:00
clobber_memory_assembly_test.cc
CMakeLists.txt CMake: use full add_test(NAME <> COMMAND <>) signature (#901) 2019-11-05 22:46:13 +03:00
commandlineflags_gtest.cc Read options from environment (#881) (#883) 2019-10-23 11:07:08 +03:00
complexity_test.cc Bugfix/wsl selftest fixes. Fixes #839 (#843) 2019-07-27 19:02:31 +03:00
cxx03_test.cc Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
diagnostics_test.cc
display_aggregates_only_test.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
donotoptimize_assembly_test.cc
donotoptimize_test.cc
filter_test.cc
fixture_test.cc
internal_threading_test.cc Add process_time for better OpenMP and user-managed thread timing 2019-04-09 13:01:33 +01:00
link_main_test.cc
map_test.cc
memory_manager_test.cc [JSON] add threads and repetitions to the json output (#748) 2019-03-26 09:53:07 +00:00
multiple_ranges_test.cc Negative ranges #762 (#787) 2019-03-26 10:50:53 +00:00
options_test.cc Negative ranges #762 (#787) 2019-03-26 10:50:53 +00:00
output_test.h
output_test_helper.cc Disable deprecated warnings when touching CSVReporter internally. 2019-08-07 15:55:40 -04:00
register_benchmark_test.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
report_aggregates_only_test.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
reporter_output_test.cc Bugfix/wsl selftest fixes. Fixes #839 (#843) 2019-07-27 19:02:31 +03:00
skip_with_error_test.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
state_assembly_test.cc Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
statistics_gtest.cc
string_util_gtest.cc Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874) 2019-09-20 10:25:31 +01:00
templated_fixture_test.cc
user_counters_tabular_test.cc Bugfix/wsl selftest fixes. Fixes #839 (#843) 2019-07-27 19:02:31 +03:00
user_counters_test.cc Custom user counters: add invert modifier. (#850) 2019-08-12 17:47:46 +03:00
user_counters_thousands_test.cc [JSON] add threads and repetitions to the json output (#748) 2019-03-26 09:53:07 +00:00