Lines Matching refs:tests
18 # the list of sources in the tests folder
19 TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort)
47 # documentation tests
62 cd cmake-build-benchmarks ; cmake ../tests/benchmarks -GNinja -DCMAKE_BUILD_TYPE=Release
75 $(MAKE) parse_afl_fuzzer -C tests CXX=afl-clang++
76 mv tests/parse_afl_fuzzer fuzz-testing/fuzzer
77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
83 $(MAKE) parse_bson_fuzzer -C tests CXX=afl-clang++
84 mv tests/parse_bson_fuzzer fuzz-testing/fuzzer
85 find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases
91 $(MAKE) parse_cbor_fuzzer -C tests CXX=afl-clang++
92 mv tests/parse_cbor_fuzzer fuzz-testing/fuzzer
93 find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
99 $(MAKE) parse_msgpack_fuzzer -C tests CXX=afl-clang++
100 mv tests/parse_msgpack_fuzzer fuzz-testing/fuzzer
101 find tests/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases
107 $(MAKE) parse_ubjson_fuzzer -C tests CXX=afl-clang++
108 mv tests/parse_ubjson_fuzzer fuzz-testing/fuzzer
109 find tests/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases
249 rm -fr fuzz fuzz-testing *.dSYM tests/*.dSYM