Update of /cvsroot/boost/boost/libs/fusion/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17293

Modified Files:
        Jamfile 
Log Message:
adds test suite for functional module


Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/test/Jamfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile     27 Jan 2007 10:49:00 -0000      1.3
+++ Jamfile     15 Feb 2007 23:14:41 -0000      1.4
@@ -104,6 +104,23 @@
     [ run sequence/zip_view.cpp : : : : ]
     [ run sequence/zip_view2.cpp : : : : ]
     [ run sequence/deduce_sequence.cpp : : : : ]
+    [ run functional/fused.cpp : : : : ]
+    [ run functional/fused_function_object.cpp : : : : ]
+    [ run functional/fused_procedure.cpp : : : : ]
+    [ run functional/unfused_generic.cpp : : : : ]
+    [ run functional/unfused_lvalue_args.cpp : : : : ]
+    [ run functional/unfused_rvalue_args.cpp : : : : ]
+    [ run functional/unfused_typed.cpp : : : : ]
+    [ run functional/make_fused.cpp : : : : ]
+    [ run functional/make_fused_function_object.cpp : : : : ]
+    [ run functional/make_fused_procedure.cpp : : : : ]
+    [ run functional/make_unfused_generic.cpp : : : : ]
+    [ run functional/make_unfused_lvalue_args.cpp : : : : ]
+    [ run functional/make_unfused_rvalue_args.cpp : : : : ]
+    [ run functional/invoke.cpp : : : : ]
+    [ run functional/invoke_function_object.cpp : : : : ]
+    [ run functional/invoke_procedure.cpp : : : : ]
+
 #   [ compile-fail xxx.cpp :  :  :  :  ]
     
     ;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to