mapnik/test/unit
jakepruitt a787d20e36 Add viewbox fallback logic for dimension parsing
SVG's now have fallback on viewbox. Still debugging the boost Qi parser
2015-09-25 12:05:57 -07:00
..
color fix parsing colors in hexadecimal notation 2015-09-18 13:54:05 +00:00
core mapnik::value - always upcast to the higher definition numeric value (rhs or lhs) in operator== and operator!= 2015-09-24 17:38:16 +01:00
data pull data from test-data repo 2015-04-26 20:23:02 +02:00
datasource Fixed an issue with fields over size of int32 in OGR plugin and added tests to cover this situation. 2015-08-05 13:47:17 -05:00
font u_cleanup is called from unit/run.cpp already [skip ci] 2015-05-22 13:56:59 -07:00
geometry catch and remove more spurious std::move's 2015-06-02 15:36:31 +01:00
imaging fix parsing colors in hexadecimal notation 2015-09-18 13:54:05 +00:00
numerics Add unit test for safe_cast (aka saturated_cast) a clamping numeric_cast 2015-06-15 20:41:48 -07:00
pixel Corrected errors in palette unit test and corrected logic in bounding box projection transform 2015-05-15 12:15:27 -05:00
projection handle pj_transform HUGE_VAL results (aka inf) 2015-06-10 18:34:11 -07:00
serialization fix a slew of -Wsign-conversion, -Wconversion, -Wunused-argument warnings 2015-06-15 20:41:51 -07:00
sql reorganize c++ tests 2015-04-25 22:08:12 +02:00
svg Add viewbox fallback logic for dimension parsing 2015-09-25 12:05:57 -07:00
symbolizer reorganize c++ tests 2015-04-25 22:08:12 +02:00
text add test to ensure icu/harfbuzz shapers can be compiled 2015-07-08 23:28:38 -07:00
vertex_adapter Fix situation where offset_converter might start off with an SEG_END from the vertex, therefore starting invalid processing. Tests added to confirm fix. Ref #2937 2015-06-30 22:23:44 -05:00
README.md reorganize c++ tests 2015-04-25 22:08:12 +02:00
run.cpp centralize plugin registration for unit tests 2015-07-27 15:35:00 -07:00
valgrind.supp ensure clean valgrind run 2015-04-26 23:26:11 +02:00

C++ unit tests

Building

python scons/scons.py test/unit/run

Running

./test/unit/run