From c7c58ae34a9626049341a8efe71d5c66a1a2bf51 Mon Sep 17 00:00:00 2001 From: Guilherme Affonso Date: Fri, 4 Nov 2022 12:17:47 +0900 Subject: [PATCH] Register #675 tests in CMakeLists --- roseus/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/roseus/CMakeLists.txt b/roseus/CMakeLists.txt index e732689e3..0aa75758c 100644 --- a/roseus/CMakeLists.txt +++ b/roseus/CMakeLists.txt @@ -199,6 +199,7 @@ if(CATKIN_ENABLE_TESTING) add_rostest(test/test-parameter.test) add_rostest(test/test-anonymous.test) add_rostest(test/test-timer.test) + add_rostest(test/test-memory.test) # this seems to run other process and need pkill ... https://travis-ci.org/jsk-ros-pkg/jsk_roseus/jobs/233858193 #add_rostest(test/test-genmsg.catkin.test) # this will not ok on running from run_tests, may be running test within launch file may not good.