CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/27 17:57:07
Modified files:
textproc/nlohmann-json: Makefile distinfo
Log message:
Fix tests
The "only 4 tests that try to git clone fail" comment is wrong, most of the
91 tests fail fetching data; https://github.com/nlohmann/json/pull/2202
from 2020 added an option to use prefetched test data and skip git usage,
so do that and have 87/87 tests pass (on amd64).
