[Gd-chatter] r11032 - in trunk/libraries/programming-tools: testworks testworks-specs testworks/tests
cgay at gwydiondylan.org
cgay at gwydiondylan.org
Wed Dec 6 05:52:20 CET 2006
Author: cgay
Date: Wed Dec 6 05:52:18 2006
New Revision: 11032
Added:
trunk/libraries/programming-tools/testworks-specs/Makegen (contents, props changed)
trunk/libraries/programming-tools/testworks/Makegen (contents, props changed)
trunk/libraries/programming-tools/testworks/tests/Makegen (contents, props changed)
Log:
job: 7335
Reinstate Makegen files needed by GD.
Added: trunk/libraries/programming-tools/testworks-specs/Makegen
==============================================================================
--- (empty file)
+++ trunk/libraries/programming-tools/testworks-specs/Makegen Wed Dec 6 05:52:18 2006
@@ -0,0 +1,12 @@
+&makegen_include("../common-Makegen");
+
+$D2CFLAGS # added by update-libdirs
+ = $d2c_runtime
+ . ' -L../../common/common-dylan'
+ . ' -L../../common/table-ext'
+ . ' -L../../d2c/runtime/random'
+ . ' -L../../d2c/runtime/threads'
+ . ' -L../testworks';
+
+do emit_library_rule(
+ 'testworks-specs', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install');
Added: trunk/libraries/programming-tools/testworks/Makegen
==============================================================================
--- (empty file)
+++ trunk/libraries/programming-tools/testworks/Makegen Wed Dec 6 05:52:18 2006
@@ -0,0 +1,12 @@
+&makegen_include("../common-Makegen");
+&compile_subdirs("tests");
+
+$D2CFLAGS # added by update-libdirs
+ = $d2c_runtime
+ . ' -L../../common/common-dylan'
+ . ' -L../../common/table-ext'
+ . ' -L../../d2c/runtime/random'
+ . ' -L../../d2c/runtime/threads';
+
+do emit_library_rule(
+ 'testworks', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install');
Added: trunk/libraries/programming-tools/testworks/tests/Makegen
==============================================================================
--- (empty file)
+++ trunk/libraries/programming-tools/testworks/tests/Makegen Wed Dec 6 05:52:18 2006
@@ -0,0 +1,12 @@
+&makegen_include("../../common-Makegen");
+
+$D2CFLAGS # added by update-libdirs
+ = $d2c_runtime
+ . ' -L../../../common/common-dylan'
+ . ' -L../../../common/table-ext'
+ . ' -L../../../d2c/runtime/random'
+ . ' -L../../../d2c/runtime/threads'
+ . ' -L..';
+
+do emit_library_rule(
+ 'testworks-test-suite', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install');
More information about the chatter
mailing list