[Liblas-commits] hg-main-tree: disable test unless gdal is around
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Aug 15 12:28:12 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/7c6a019c7576
changeset: 1093:7c6a019c7576
user: mpg
date: Mon Aug 15 09:27:47 2011 -0700
description:
disable test unless gdal is around
diffstat:
test/unit/PipelineReaderTest.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r ca1ca271c31a -r 7c6a019c7576 test/unit/PipelineReaderTest.cpp
--- a/test/unit/PipelineReaderTest.cpp Mon Aug 15 07:56:22 2011 -0700
+++ b/test/unit/PipelineReaderTest.cpp Mon Aug 15 09:27:47 2011 -0700
@@ -170,6 +170,7 @@
}
+#ifdef PDAL_HAVE_GDAL
BOOST_AUTO_TEST_CASE(PipelineReaderTest_test4)
{
FileUtils::deleteFile("out2.las");
@@ -211,6 +212,7 @@
return;
}
+#endif
BOOST_AUTO_TEST_SUITE_END()
More information about the Liblas-commits
mailing list