[Gd-chatter] r11036 - in trunk: libraries/programming-tools/testworks libraries/programming-tools/testworks-specs libraries/programming-tools/testworks/tests src/common/collections/tests src/common/common-dylan/tests src/d2c/runtime/dylan/tests src/qa/test-apps/testworks-test-suite

housel at gwydiondylan.org housel at gwydiondylan.org
Wed Dec 6 08:13:00 CET 2006


Author: housel
Date: Wed Dec  6 08:12:58 2006
New Revision: 11036

Modified:
   trunk/libraries/programming-tools/testworks-specs/Makegen
   trunk/libraries/programming-tools/testworks/Makegen
   trunk/libraries/programming-tools/testworks/tests/Makegen
   trunk/src/common/collections/tests/Makegen
   trunk/src/common/common-dylan/tests/Makegen
   trunk/src/d2c/runtime/dylan/tests/Makegen
   trunk/src/qa/test-apps/testworks-test-suite/Makegen
Log:
Bug: 7335
Update library paths (using update-libdirs) now that the testworks library
now depends on the io library.


Modified: trunk/libraries/programming-tools/testworks-specs/Makegen
==============================================================================
--- trunk/libraries/programming-tools/testworks-specs/Makegen	(original)
+++ trunk/libraries/programming-tools/testworks-specs/Makegen	Wed Dec  6 08:12:58 2006
@@ -3,6 +3,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L../../common/common-dylan'
+    . ' -L../../common/io'
     . ' -L../../common/table-ext'
     . ' -L../../d2c/runtime/random'
     . ' -L../../d2c/runtime/threads'

Modified: trunk/libraries/programming-tools/testworks/Makegen
==============================================================================
--- trunk/libraries/programming-tools/testworks/Makegen	(original)
+++ trunk/libraries/programming-tools/testworks/Makegen	Wed Dec  6 08:12:58 2006
@@ -4,6 +4,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L../../common/common-dylan'
+    . ' -L../../common/io'
     . ' -L../../common/table-ext'
     . ' -L../../d2c/runtime/random'
     . ' -L../../d2c/runtime/threads';

Modified: trunk/libraries/programming-tools/testworks/tests/Makegen
==============================================================================
--- trunk/libraries/programming-tools/testworks/tests/Makegen	(original)
+++ trunk/libraries/programming-tools/testworks/tests/Makegen	Wed Dec  6 08:12:58 2006
@@ -3,6 +3,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L../../../common/common-dylan'
+    . ' -L../../../common/io'
     . ' -L../../../common/table-ext'
     . ' -L../../../d2c/runtime/random'
     . ' -L../../../d2c/runtime/threads'

Modified: trunk/src/common/collections/tests/Makegen
==============================================================================
--- trunk/src/common/collections/tests/Makegen	(original)
+++ trunk/src/common/collections/tests/Makegen	Wed Dec  6 08:12:58 2006
@@ -4,6 +4,7 @@
     = $d2c_runtime
     . ' -L..'
     . ' -L../../common-dylan'
+    . ' -L../../io'
     . ' -L../../table-ext'
     . ' -L../../../d2c/runtime/random'
     . ' -L../../../d2c/runtime/threads'

Modified: trunk/src/common/common-dylan/tests/Makegen
==============================================================================
--- trunk/src/common/common-dylan/tests/Makegen	(original)
+++ trunk/src/common/common-dylan/tests/Makegen	Wed Dec  6 08:12:58 2006
@@ -3,6 +3,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L..'
+    . ' -L../../io'
     . ' -L../../table-ext'
     . ' -L../../../d2c/runtime/dylan/tests'
     . ' -L../../../d2c/runtime/random'

Modified: trunk/src/d2c/runtime/dylan/tests/Makegen
==============================================================================
--- trunk/src/d2c/runtime/dylan/tests/Makegen	(original)
+++ trunk/src/d2c/runtime/dylan/tests/Makegen	Wed Dec  6 08:12:58 2006
@@ -3,6 +3,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L../../../../common/common-dylan'
+    . ' -L../../../../common/io'
     . ' -L../../../../common/table-ext'
     . ' -L../../random'
     . ' -L../../threads'

Modified: trunk/src/qa/test-apps/testworks-test-suite/Makegen
==============================================================================
--- trunk/src/qa/test-apps/testworks-test-suite/Makegen	(original)
+++ trunk/src/qa/test-apps/testworks-test-suite/Makegen	Wed Dec  6 08:12:58 2006
@@ -3,6 +3,7 @@
 $D2CFLAGS         # added by update-libdirs
     = $d2c_runtime
     . ' -L../../../common/common-dylan'
+    . ' -L../../../common/io'
     . ' -L../../../common/table-ext'
     . ' -L../../../d2c/runtime/random'
     . ' -L../../../d2c/runtime/threads'



More information about the chatter mailing list