From 921fdfd85b14f42d5a54f44f3f4f823612938d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 12 Feb 2016 15:24:30 +0000 Subject: [PATCH] But do not compile by default those extra tests. Colin, it is curious that when rosautotest encounters a test EXE that it doesn't like, it just completely bails out the test session. This should be fixed/behaviour improved. svn path=/trunk/; revision=70712 --- rostests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/CMakeLists.txt b/rostests/CMakeLists.txt index 186a50aa639..033ec828f84 100644 --- a/rostests/CMakeLists.txt +++ b/rostests/CMakeLists.txt @@ -13,7 +13,7 @@ add_subdirectory(kmtests) #add_subdirectory(regtests) add_subdirectory(rosautotest) add_subdirectory(tests) -add_subdirectory(win32) +#add_subdirectory(win32) add_subdirectory(winetests)