[cgma-dev] r4456 - cgm/branches/merge-cubit12/geom/testing
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Jan 20 17:05:43 CST 2011
Author: kraftche
Date: 2011-01-20 17:05:42 -0600 (Thu, 20 Jan 2011)
New Revision: 4456
Added:
cgm/branches/merge-cubit12/geom/testing/main.cpp
Log:
forgot this file
Added: cgm/branches/merge-cubit12/geom/testing/main.cpp
===================================================================
--- cgm/branches/merge-cubit12/geom/testing/main.cpp (rev 0)
+++ cgm/branches/merge-cubit12/geom/testing/main.cpp 2011-01-20 23:05:42 UTC (rev 4456)
@@ -0,0 +1,11 @@
+#include "cgm_test.hpp"
+
+int TEST(int argc, char** argv);
+
+int main(int argc, char** argv)
+{
+ start_cgm(argc,argv);
+ int result = TEST(argc,argv);
+ end_cgm(argc,argv);
+ return result;
+}
More information about the cgma-dev
mailing list