added suport for 'make distcheck' target using no GNU make extentions at all
[metaproxy-moved-to-github.git] / src / test_boost_time.cpp
index d48bbd5..d300b40 100644 (file)
@@ -1,3 +1,8 @@
+/* $Id: test_boost_time.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
+
+   See the LICENSE file for details
+ */
 #include <iostream>
 
 #include "config.hpp"
@@ -10,7 +15,7 @@ using namespace boost::unit_test;
 
 
 
-BOOST_AUTO_TEST_CASE( testboosttime1 ) 
+BOOST_AUTO_UNIT_TEST( testboosttime1 ) 
 {
 
     // test session 
@@ -49,6 +54,7 @@ BOOST_AUTO_TEST_CASE( testboosttime1 )
  * Local variables:
  * c-basic-offset: 4
  * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */