Fulcrum/test
Calin Culianu 9032b28882
Updated --test json to test simdjson backend as well (if available)
Also backported tests from our stand-alone Json lib to tolerate subtle
differences between simdjson and our backend.  The differences are
really minor:

1. simdjson tolerates invalid unicode codepoint escapes (\udd6a) whereas our
   lib is more restrictive.
2. simdjson has a maximum nesting level of 1024 and our lib has 512.

In either case these subtleties are not a problem in practice -- just that the
tests needed to be updated to tolerate these differences.
2020-11-07 11:15:44 +02:00
..
json Updated --test json to test simdjson backend as well (if available) 2020-11-07 11:15:44 +02:00
heap_frag_test.cpp Added the stand-alone C++ test program "heap_frag_test.cpp" 2020-08-28 23:28:03 +03:00
rocksdb_basic_example.cpp Build: Make it possible to use a system supplied rocksdb 2020-01-09 17:25:18 +07:00
rocksdb_perf_memusage_test.cpp Compile fix for rocksdb_perf_memusage.cpp 2020-08-29 15:43:35 +03:00