Revision: 72501
          http://sourceforge.net/p/brlcad/code/72501
Author:   starseeker
Date:     2019-02-21 23:09:10 +0000 (Thu, 21 Feb 2019)
Log Message:
-----------
Run both the dnull and dstd sets

Modified Paths:
--------------
    brlcad/trunk/regress/ged/regress-mater.cmake.in

Modified: brlcad/trunk/regress/ged/regress-mater.cmake.in
===================================================================
--- brlcad/trunk/regress/ged/regress-mater.cmake.in     2019-02-21 23:05:31 UTC 
(rev 72500)
+++ brlcad/trunk/regress/ged/regress-mater.cmake.in     2019-02-21 23:09:10 UTC 
(rev 72501)
@@ -28,6 +28,12 @@
 execute_process(COMMAND "@CMAKE_COMMAND@" -E remove 
"${CBDIR}/ged_mater_density_reverse_map.txt")
 
 execute_process(
+  COMMAND "${GED_TEST_MATER}" "dnull" RESULT_VARIABLE ged_mater_result
+  OUTPUT_VARIABLE ged_mater_log ERROR_VARIABLE ged_mater_log
+  )
+file(APPEND "${CBDIR}/regress_ged_mater.log" "${ged_mater_log}")
+
+execute_process(
   COMMAND "${GED_TEST_MATER}" "dstd" RESULT_VARIABLE ged_mater_result
   OUTPUT_VARIABLE ged_mater_log ERROR_VARIABLE ged_mater_log
   )

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to