Is it intended that the the test set in src/test/data/script_tests.json should be able to be successfully executed against libbitcoinconsensus-0.dll?
After building from source on Windows the list of flags available in the bitcoinconsensus.h header are missing several of the script verification flags that are using in the JSON tests file, for example STRICTENC, CLEANSTACK, DISCOURAGE_UPGRADABLE_NOPS and others.
The full list looks like it's in src/script/interpreter.h. Are some not included in libbitcoinconsensus for a reason?