[cgma-dev] r3167 - cgm/trunk/itaps
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Sep 25 10:29:10 CDT 2009
Author: kraftche
Date: 2009-09-25 10:29:09 -0500 (Fri, 25 Sep 2009)
New Revision: 3167
Modified:
cgm/trunk/itaps/testgeom.cc
Log:
tests should write output files to working (build) directory, not source directory
Modified: cgm/trunk/itaps/testgeom.cc
===================================================================
--- cgm/trunk/itaps/testgeom.cc 2009-09-24 22:16:34 UTC (rev 3166)
+++ cgm/trunk/itaps/testgeom.cc 2009-09-25 15:29:09 UTC (rev 3167)
@@ -1392,13 +1392,13 @@
int err;
#ifdef FORCE_OCC
- std::string filename = STRINGIFY(SRCDIR) "/testout.brep";
+ std::string filename = "testout.brep";
#elif defined (HAVE_ACIS)
- std::string filename = STRINGIFY(SRCDIR) "/testout.sat";
+ std::string filename = "testout.sat";
#elif defined (HAVE_OCC)
- std::string filename = STRINGIFY(SRCDIR) "/testout.brep";
+ std::string filename = "testout.brep";
#else
- std::string filename = STRINGIFY(SRCDIR) "/testout.sat";
+ std::string filename = "testout.sat";
#endif
// initialize number of ents and sets to compare with later
More information about the cgma-dev
mailing list