Commit 0eb34d26 authored by neverlord's avatar neverlord

reordered unit tests

parent 90cf62e7
......@@ -22,19 +22,19 @@ macro(add_unit_test name)
add_test(${name} ${EXECUTABLE_OUTPUT_PATH}/test__${name})
endmacro()
add_unit_test(ripemd_160)
add_unit_test(atom)
add_unit_test(type_list)
add_unit_test(intrusive_containers)
add_unit_test(local_group)
add_unit_test(pattern)
add_unit_test(remote_actor ping_pong.cpp)
add_unit_test(serialization)
add_unit_test(uniform_type)
add_unit_test(fixed_vector)
add_unit_test(intrusive_ptr)
add_unit_test(match)
add_unit_test(primitive_variant)
add_unit_test(ripemd_160)
add_unit_test(spawn ping_pong.cpp)
add_unit_test(type_list)
add_unit_test(yield_interface)
add_unit_test(spawn ping_pong.cpp)
add_unit_test(local_group)
add_unit_test(sync_send)
add_unit_test(remote_actor ping_pong.cpp)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment