mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
Added tests
This commit is contained in:
8
include/ur_modern_driver/test/utils.h
Normal file
8
include/ur_modern_driver/test/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define ASSERT_DOUBLE_ARRAY_EQ(fn, name) \
|
||||
for (auto const& v : name) \
|
||||
{ \
|
||||
ASSERT_EQ(fn, v) << #name " failed parsing"; \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user