Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-04-13 18:32:28


Author: grafik
Date: 2008-04-13 18:32:28 EDT (Sun, 13 Apr 2008)
New Revision: 44379
URL: http://svn.boost.org/trac/boost/changeset/44379

Log:
Oops, forgot the important file.
Added:
   trunk/libs/crc/test/Jamfile.v2 (contents, props changed)

Added: trunk/libs/crc/test/Jamfile.v2
==============================================================================
--- (empty file)
+++ trunk/libs/crc/test/Jamfile.v2 2008-04-13 18:32:28 EDT (Sun, 13 Apr 2008)
@@ -0,0 +1,14 @@
+#~ Copyright Rene Rivera 2008
+#~ 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)
+
+project
+ : requirements
+ <library>/boost/test//boost_test_exec_monitor/<link>static
+ ;
+
+import testing ;
+
+test-suite crc :
+ [ run crc_test.cpp ]
+ ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk