Revision: 49064
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49064&view=rev
Author:   starseeker
Date:     2012-01-24 23:41:23 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
Ah hah! That looks a lot closer to what it should look like.

Modified Paths:
--------------
    brlcad/trunk/regress/mged/CMakeLists.txt
    brlcad/trunk/regress/mged/clone.mged

Modified: brlcad/trunk/regress/mged/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/mged/CMakeLists.txt    2012-01-24 23:35:48 UTC (rev 
49063)
+++ brlcad/trunk/regress/mged/CMakeLists.txt    2012-01-24 23:41:23 UTC (rev 
49064)
@@ -100,7 +100,7 @@
 foreach(testfile ${MGED_TESTS})
        string(REGEX REPLACE "([0-9a-z_-]*).mged" "\\1" cmd_root "${testfile}")
        add_custom_target(regress-mged-${cmd_root}
-               ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mged -c 
${CMAKE_CURRENT_BINARY_DIR}/${G_FILENAME} \"source 
${CMAKE_CURRENT_BINARY_DIR}/${testfile}\" 
+               ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mged -c 
${CMAKE_CURRENT_BINARY_DIR}/${G_FILENAME} < 
${CMAKE_CURRENT_BINARY_DIR}/${testfile} 
                DEPENDS mged ${CMAKE_CURRENT_BINARY_DIR}/${G_FILENAME} 
${test_prev}
                )
        SET(MGED_TEST_LIST ${MGED_TEST_LIST} regress-mged-${cmd_root})

Modified: brlcad/trunk/regress/mged/clone.mged
===================================================================
--- brlcad/trunk/regress/mged/clone.mged        2012-01-24 23:35:48 UTC (rev 
49063)
+++ brlcad/trunk/regress/mged/clone.mged        2012-01-24 23:41:23 UTC (rev 
49064)
@@ -4,33 +4,18 @@
 clone -a 10 10 10 10 clone_eto_a.s
 cp clone_eto_a.s clone_eto_b.s
 clone -b 10 100 100 100 clone_eto_b.s
-set eto_list [db_glob clone_eto_b.s*]
-foreach eto_obj $eto_list {
-   g clone_eto_b.c $eto_obj
-}
+g clone_eto_b.c clone_eto_b.s*
 cp clone_eto_b.s clone_eto_c.s
 clone -i 30 -m x 10 -n 1 clone_eto_c.s 
-set eto_list [db_glob clone_eto_c.s*]
-foreach eto_obj $eto_list {
-   g clone_eto_c.c $eto_obj
-}
+g clone_eto_c.c clone_eto_c.s*
 cp clone_eto_c.s clone_eto_d.s
 clone -i 5 -p 30 30 30 -r 10 10 15 -n 20 clone_eto_d.s
-set eto_list [db_glob clone_eto_d.s*]
-foreach eto_obj $eto_list {
-   g clone_eto_d.c $eto_obj
-}
+g clone_eto_d.c clone_eto_d.s*
 cp clone_eto_d.s clone_eto_e.s
 clone -i 11 -t 1 1 1 -n 20 clone_eto_e.s
-set eto_list [db_glob clone_eto_e.s*]
-foreach eto_obj $eto_list {
-   g clone_eto_e.c $eto_obj
-}
+g clone_eto_e.c clone_eto_e.s*
 cp clone_eto_e.c clone_a.c
 clone -i 2 -p 5 0 10 -r 10 20 30 -n 20 clone_a.c
-set obj_list [db_glob clone_a.c*]
-foreach eto_obj $obj_list {
-   g clone_comb.c $eto_obj
-}
+g clone_comb.c clone_a.c*
 
 puts "*** 'clone' testing completed ***"

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to