public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Hook up runner.cpp generation again
drbrain (author)
Mon Jul 21 16:35:10 -0700 2008
commit  b55c3b1faf716ba5d2ba391a7252d52e72e2ddce
tree    db885a8e194f06467cca77dd0a09b969986223cd
parent  b7be213064bea00702b90e893e4f25268c97bd70
...
117
118
119
 
 
 
 
 
 
 
120
121
122
...
117
118
119
120
121
122
123
124
125
126
127
128
129
0
@@ -117,6 +117,13 @@ file :vm => EXTERNALS + objs + vm_objs do |t|
0
   link t
0
 end
0
 
0
+file 'test/runner.cpp' => tests do
0
+ sh('test/cxxtest/cxxtestgen.pl', '--error-printer', '--have-eh',
0
+ '--abort-on-fail', '-o', 'test/runner.cpp', *tests)
0
+end
0
+
0
+file 'test/runner.o' => 'test/runner.cpp' # no rule .o => .cpp
0
+
0
 file "test/runner" => EXTERNALS + objs + %w(test/runner.o) do |t|
0
   link t
0
 end

Comments

    No one has commented yet.