Home
last modified time | relevance | path

Searched refs:TESTNAME (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/Scripts/
Dbuild-test-tarball.mk.in20 TESTNAME = libsndfile-testsuite-$(HOST_TRIPLET)-$(PACKAGE_VERSION)
22 TARBALL = $(TESTNAME).tar.gz
37 rm -rf $(TARBALL) $(TESTNAME)/
39 check : $(TESTNAME)/test_wrapper.sh
40 (cd ./$(TESTNAME)/ && ./test_wrapper.sh)
42 $(TARBALL) : $(TESTNAME)/test_wrapper.sh
43 tar zcf $@ $(TESTNAME)
44 rm -rf $(TESTNAME)
49 $(TESTNAME)/test_wrapper.sh : tests/test_wrapper.sh tests/pedantic-header-test.sh
50 rm -rf $(TESTNAME)
[all …]
/third_party/jsoncpp/
DCONTRIBUTING.md78 * a `TESTNAME.json` file, that contains the input document in JSON format.
79 * a `TESTNAME.expected` file, that contains a flatened representation of the
82 The `TESTNAME.expected` file format is as follows:
/third_party/python/Modules/
Dtestcapi_long.h11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
D_testcapimodule.c493 #define TESTNAME test_long_api_inner macro
505 return TESTNAME(raise_test_long_error); in test_long_api()
508 #undef TESTNAME
521 #define TESTNAME test_longlong_api_inner macro
533 return TESTNAME(raise_test_longlong_error); in test_longlong_api()
536 #undef TESTNAME