stdcpp/tsrc/Boost_test/multi_index/src/test_projection_main.cpp
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stdcpp/tsrc/Boost_test/multi_index/src/test_projection_main.cpp	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,20 @@
+/* Boost.MultiIndex test for projection capabilities.
+ *
+ * Copyright 2003-2004 Joaquín M López Muñoz.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at
+ * http://www.boost.org/LICENSE_1_0.txt)
+ *
+ * See http://www.boost.org/libs/multi_index for library home page.
+ */
+
+#include <boost/test/included/test_exec_monitor.hpp>
+#include "test_projection.hpp"
+
+int test_main(int,char *[])
+{
+  test_projection();
+  return 0;
+}
+
+