Revision: 75832
          http://sourceforge.net/p/brlcad/code/75832
Author:   starseeker
Date:     2020-05-18 17:02:28 +0000 (Mon, 18 May 2020)
Log Message:
-----------
This has a problem similar to the rtwizard test - if we're running multiple 
parallel tests, we don't have unique pairings between the client and server to 
tell them the running process is their correct pairing process.

Modified Paths:
--------------
    brlcad/trunk/regress/pkg/CMakeLists.txt

Modified: brlcad/trunk/regress/pkg/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/pkg/CMakeLists.txt     2020-05-18 15:33:42 UTC (rev 
75831)
+++ brlcad/trunk/regress/pkg/CMakeLists.txt     2020-05-18 17:02:28 UTC (rev 
75832)
@@ -35,8 +35,6 @@
 add_dependencies(regress-pkg libbu libpkg)
 set_target_properties(regress-pkg PROPERTIES FOLDER "BRL-CAD Regression Tests")
 set_target_properties(regress-pkg PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD 1)
-add_dependencies(regress regress-pkg)
-add_dependencies(check regress-pkg)
 
 CMAKEFILES(
   CMakeLists.txt

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to