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: 92b5b34a3ee924287267ed82b1e35e52da42caaa (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
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_TESTS
  "test/test_kernel_decl.hpp"
  "test/tests/directory_handle_create_close/kernel_directory_handle.cpp.hpp"
  "test/tests/directory_handle_enumerate/kernel_directory_handle_enumerate.cpp.hpp"
  "test/tests/file_handle_create_close/kernel_async_file_handle.cpp.hpp"
  "test/tests/file_handle_create_close/kernel_file_handle.cpp.hpp"
  "test/tests/map_handle_create_close/kernel_map_handle.cpp.hpp"
  "test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp"
  "test/tests/symlink_handle_create_close/kernel_symlink_handle.cpp.hpp"
  "test/tests/async_io.cpp"
  "test/tests/coroutines.cpp"
  "test/tests/current_path.cpp"
  "test/tests/directory_handle_create_close/runner.cpp"
  "test/tests/directory_handle_enumerate/runner.cpp"
  "test/tests/fast_random_file_handle.cpp"
  "test/tests/file_handle_create_close/runner.cpp"
  "test/tests/file_handle_lock_unlock.cpp"
  "test/tests/handle_adapter_xor.cpp"
  "test/tests/large_pages.cpp"
  "test/tests/map_handle_create_close/runner.cpp"
  "test/tests/mapped.cpp"
  "test/tests/path_discovery.cpp"
  "test/tests/path_view.cpp"
  "test/tests/section_handle_create_close/runner.cpp"
  "test/tests/shared_fs_mutex.cpp"
  "test/tests/symlink_handle_create_close/runner.cpp"
  "test/tests/trivial_vector.cpp"
)
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_COMPILE_TESTS
  "example/single-header.cpp"
  "example/ts_examples.cpp"
  "example/use_cases.cpp"
)
# DO NOT EDIT, GENERATED BY SCRIPT
set(llfio_COMPILE_FAIL_TESTS
)