Update of /cvsroot/luabind/luabind/luabind/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12817/test
Modified Files:
Tag: beta7-devel2
Jamfile
Log Message:
fixed holder-extractor typo
Index: Jamfile
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/test/Jamfile,v
retrieving revision 1.15.2.6
retrieving revision 1.15.2.7
diff -u -d -r1.15.2.6 -r1.15.2.7
--- Jamfile 19 Oct 2005 12:01:43 -0000 1.15.2.6
+++ Jamfile 22 Oct 2005 10:42:33 -0000 1.15.2.7
@@ -22,6 +22,7 @@
test_separation.cpp
test_simple_class.cpp
test_yield.cpp
+ test_yield2.cpp
;
project : default-build <link>static ;
|