Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
bf03805d
Commit
bf03805d
authored
Jul 28, 2012
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync_send unit test
parent
fcbb8164
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
unit_testing/CMakeLists.txt
unit_testing/CMakeLists.txt
+4
-3
unit_testing/test__sync_send.cpp
unit_testing/test__sync_send.cpp
+0
-0
No files found.
unit_testing/CMakeLists.txt
View file @
bf03805d
...
...
@@ -17,7 +17,7 @@ include_directories(. ${cppa_INCLUDE} ${Boost_INCLUDE_DIRS})
set
(
EXAMPLE_LIBS
${
CMAKE_DL_LIBS
}
${
CPPA_LIBRARY
}
${
Boost_THREAD_LIBRARY
}
)
macro
(
add_unit_test name
)
add_executable
(
test__
${
name
}
test__
${
name
}
.cpp
)
add_executable
(
test__
${
name
}
test__
${
name
}
.cpp
${
ARGN
}
)
target_link_libraries
(
test__
${
name
}
${
EXAMPLE_LIBS
}
)
add_test
(
${
name
}
${
EXECUTABLE_OUTPUT_PATH
}
/test__
${
name
}
)
endmacro
()
...
...
@@ -26,7 +26,7 @@ add_unit_test(atom)
add_unit_test
(
intrusive_containers
)
add_unit_test
(
local_group
)
add_unit_test
(
pattern
)
add_unit_test
(
remote_actor
)
add_unit_test
(
remote_actor
ping_pong.cpp
)
add_unit_test
(
serialization
)
add_unit_test
(
uniform_type
)
add_unit_test
(
fixed_vector
)
...
...
@@ -34,6 +34,7 @@ add_unit_test(intrusive_ptr)
add_unit_test
(
match
)
add_unit_test
(
primitive_variant
)
add_unit_test
(
ripemd_160
)
add_unit_test
(
spawn
)
add_unit_test
(
spawn
ping_pong.cpp
)
add_unit_test
(
type_list
)
add_unit_test
(
yield_interface
)
add_unit_test
(
sync_send
)
unit_testing/test__sync_send.cpp
0 → 100644
View file @
bf03805d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment