hanchenye-llvm-project/pstl/test
Louis Dionne 5e334b516b [pstl] Initial integration with LLVM's CMake
Summary:
This commit adds a check-pstl CMake target that will run the tests
we currently have for pstl. Those tests are not using LLVM lit yet,
but switching them over should be a transparent change. With this
change, we can start relying on the `check-pstl` target for workflows
and CI.

Note that this commit purposefully does not support the pre-monorepo
layout (with subprojects in projects/), since LLVM is moving towards
the monorepo layout anyway.

Reviewers: jfb

Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits, mclow.lists, rodgert

Differential Revision: https://reviews.llvm.org/D55963

llvm-svn: 349919
2018-12-21 15:59:04 +00:00
..
CMakeLists.txt
pstl_test_config.h
test_adjacent_difference.cpp
test_adjacent_find.cpp
test_all_of.cpp
test_any_of.cpp
test_copy_if.cpp
test_copy_move.cpp
test_count.cpp
test_equal.cpp
test_fill.cpp
test_find.cpp
test_find_end.cpp
test_find_first_of.cpp
test_find_if.cpp
test_for_each.cpp
test_generate.cpp
test_includes.cpp
test_inplace_merge.cpp
test_is_heap.cpp
test_is_partitioned.cpp
test_is_sorted.cpp
test_lexicographical_compare.cpp
test_merge.cpp
test_minmax_element.cpp
test_mismatch.cpp
test_none_of.cpp
test_nth_element.cpp
test_partial_sort.cpp
test_partial_sort_copy.cpp
test_partition.cpp
test_partition_copy.cpp
test_reduce.cpp
test_remove.cpp
test_remove_copy.cpp
test_replace.cpp
test_replace_copy.cpp
test_reverse.cpp
test_reverse_copy.cpp
test_rotate.cpp
test_rotate_copy.cpp
test_scan.cpp
test_search_n.cpp
test_set.cpp
test_sort.cpp
test_swap_ranges.cpp
test_transform_binary.cpp
test_transform_reduce.cpp
test_transform_scan.cpp
test_transform_unary.cpp
test_uninitialized_construct.cpp
test_uninitialized_copy_move.cpp
test_uninitialized_fill_destroy.cpp
test_unique.cpp
test_unique_copy_equal.cpp
utils.h