Revision: 44683
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44683&view=rev
Author:   davidloman
Date:     2011-05-25 14:04:13 +0000 (Wed, 25 May 2011)

Log Message:
-----------
Implement a stringUtils functional test.

Modified Paths:
--------------
    geomcore/trunk/tests/func/utility/CMakeLists.txt

Added Paths:
-----------
    geomcore/trunk/tests/func/utility/StringUtilsTest.cxx

Modified: geomcore/trunk/tests/func/utility/CMakeLists.txt
===================================================================
--- geomcore/trunk/tests/func/utility/CMakeLists.txt    2011-05-25 13:12:19 UTC 
(rev 44682)
+++ geomcore/trunk/tests/func/utility/CMakeLists.txt    2011-05-25 14:04:13 UTC 
(rev 44683)
@@ -43,4 +43,7 @@
 add_executable(guuidTest uuidTest.cxx)
 target_link_libraries(guuidTest libgcutil)
 
+add_executable(stringUtilsTest StringUtilsTest.cxx)
+target_link_libraries(stringUtilsTest libgcutil)
+
 file(COPY test.config DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})

Added: geomcore/trunk/tests/func/utility/StringUtilsTest.cxx
===================================================================
--- geomcore/trunk/tests/func/utility/StringUtilsTest.cxx                       
        (rev 0)
+++ geomcore/trunk/tests/func/utility/StringUtilsTest.cxx       2011-05-25 
14:04:13 UTC (rev 44683)
@@ -0,0 +1,41 @@
+/*       S T R I N G U T I L S T E S T . C X X
+ * BRL-CAD
+ *
+ * Copyright (c) 2011 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file StringUtils.cxx
+ *
+ */
+
+#include "StringUtils.h"
+#include <stdlib.h>
+#include <stdio.h>
+
+int main(int argc, char* argv[])
+{
+
+
+  return 0;
+}
+
+// Local Variables: ***
+// mode: C++ ***
+// tab-width: 8 ***
+// c-basic-offset: 4 ***
+// indent-tabs-mode: t ***
+// End: ***
+// ex: shiftwidth=4 tabstop=8


Property changes on: geomcore/trunk/tests/func/utility/StringUtilsTest.cxx
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Revision Date Author
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to