From 1ac12a44303ea881ea3edb4b6ea0fbba9d206b40 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 29 Oct 2015 08:01:36 -0700 Subject: [PATCH] add hint of how to compile geojson unit test without scons --- test/unit/datasource/geojson.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/unit/datasource/geojson.cpp b/test/unit/datasource/geojson.cpp index d83f8b762..cd9edcecd 100644 --- a/test/unit/datasource/geojson.cpp +++ b/test/unit/datasource/geojson.cpp @@ -22,7 +22,6 @@ #include "catch.hpp" -#include #include #include #include @@ -32,6 +31,15 @@ #include +/* + +Compile and run just this test: + +clang++ -o test-geojson -g -I./test/ test/unit/run.cpp test/unit/datasource/geojson.cpp `mapnik-config --all-flags` +./test-geojson -d yes + +*/ + namespace { std::pair fetch_first_feature(std::string const& filename, bool cache_features)