Move Console from Scheduler into Utils
[senf.git] / Utils / Console / main.test.cc
similarity index 88%
rename from Scheduler/Console/Server.test.cc
rename to Utils/Console/main.test.cc
index 84599f0..c6b4f24 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2006
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-/** \file
-    \brief Server.test unit tests */
+// Definition of non-inline non-template functions
 
-//#include "Server.test.hh"
-//#include "Server.test.ih"
+//#include "test.hh"
+//#include "test.ih"
 
 // Custom includes
-#include "Server.hh"
-
+#define BOOST_AUTO_TEST_MAIN
 #include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(server)
-{}
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
@@ -45,9 +41,9 @@ BOOST_AUTO_UNIT_TEST(server)
 // Local Variables:
 // mode: c++
 // fill-column: 100
-// comment-column: 40
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: