Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tests.cmake « cmake - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8eabb3a18f558febf750430d5b9d030f68b4dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_TESTS
  "test/test_kernel_decl.hpp"
  "test/tests/clone_extents.cpp"
  "test/tests/current_path.cpp"
  "test/tests/directory_handle_create_close/kernel_directory_handle.cpp.hpp"
  "test/tests/directory_handle_create_close/runner.cpp"
  "test/tests/directory_handle_enumerate/kernel_directory_handle_enumerate.cpp.hpp"
  "test/tests/directory_handle_enumerate/runner.cpp"
  "test/tests/dynamic_thread_pool_group.cpp"
  "test/tests/fast_random_file_handle.cpp"
  "test/tests/file_handle_create_close/kernel_file_handle.cpp.hpp"
  "test/tests/file_handle_create_close/runner.cpp"
  "test/tests/file_handle_lock_unlock.cpp"
  "test/tests/handle_adapter_xor.cpp"
  "test/tests/issue0009.cpp"
  "test/tests/issue0027.cpp"
  "test/tests/issue0028.cpp"
  "test/tests/issue0073.cpp"
  "test/tests/large_pages.cpp"
  "test/tests/map_handle_cache.cpp"
  "test/tests/map_handle_create_close/kernel_map_handle.cpp.hpp"
  "test/tests/map_handle_create_close/runner.cpp"
  "test/tests/mapped.cpp"
  "test/tests/path_discovery.cpp"
  "test/tests/path_view.cpp"
  "test/tests/pipe_handle.cpp"
  "test/tests/process_handle.cpp"
  "test/tests/reduce.cpp"
  "test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp"
  "test/tests/section_handle_create_close/runner.cpp"
  "test/tests/shared_fs_mutex.cpp"
  "test/tests/statfs.cpp"
  "test/tests/symlink_handle_create_close/kernel_symlink_handle.cpp.hpp"
  "test/tests/symlink_handle_create_close/runner.cpp"
  "test/tests/traverse.cpp"
  "test/tests/trivial_vector.cpp"
  "test/tests/utils.cpp"
)
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_COMPILE_TESTS
  "example/ts_examples.cpp"
  "example/use_cases.cpp"
)
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_COMPILE_FAIL_TESTS
)