Revision: 72444
          http://sourceforge.net/p/brlcad/code/72444
Author:   starseeker
Date:     2019-02-15 19:51:14 +0000 (Fri, 15 Feb 2019)
Log Message:
-----------
going to have to unit test the libged mater logic - start setting up for that.

Modified Paths:
--------------
    brlcad/trunk/src/libged/tests/CMakeLists.txt

Modified: brlcad/trunk/src/libged/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libged/tests/CMakeLists.txt        2019-02-15 19:22:37 UTC 
(rev 72443)
+++ brlcad/trunk/src/libged/tests/CMakeLists.txt        2019-02-15 19:51:14 UTC 
(rev 72444)
@@ -1,6 +1,8 @@
-BRLCAD_ADDEXEC(test_tops test_tops.c libged TEST)
-add_test(NAME test_tops_moss COMMAND test_tops 
"${CMAKE_CURRENT_SOURCE_DIR}/ged_tests.g")
+BRLCAD_ADDEXEC(ged_test_tops test_tops.c libged TEST)
+add_test(NAME ged_test_tops_moss COMMAND ged_test_tops 
"${CMAKE_CURRENT_SOURCE_DIR}/ged_tests.g")
 
+BRLCAD_ADDEXEC(ged_test_mater mater.c libged TEST)
+
 # Note: it is particularly important that the lint tests in particular are kept
 # in a separate file, since its bad input examples stand an excellent chance of
 # breaking commands.

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