Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
predictable_parallel_patterns
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
39d9aeee390622695530813cd8dc37ad60a5c631
Switch branch/tag
predictable_parallel_patterns
test
CMakeLists.txt
Find file
Normal view
History
Permalink
CMakeLists.txt
112 Bytes
Edit
Newer
Older
Add cach2 testing support.
ee843f57
FritzFlorian
committed
Mar 15, 2019
1
2
add_executable
(
tests
main.cpp
WIP: lock-free work stealing deque based on our stack.
bd826491
FritzFlorian
committed
Apr 30, 2019
3
data_structures_test.cpp
)
Add spinlock and tests for it.
51cc6572
FritzFlorian
committed
Mar 20, 2019
4
target_link_libraries
(
tests catch2 pls
)