Searched refs:TESTNAME (Results 1 – 4 of 4) sorted by relevance
20 TESTNAME = libsndfile-testsuite-$(HOST_TRIPLET)-$(PACKAGE_VERSION)22 TARBALL = $(TESTNAME).tar.gz37 rm -rf $(TARBALL) $(TESTNAME)/39 check : $(TESTNAME)/test_wrapper.sh40 (cd ./$(TESTNAME)/ && ./test_wrapper.sh)42 $(TARBALL) : $(TESTNAME)/test_wrapper.sh43 tar zcf $@ $(TESTNAME)44 rm -rf $(TESTNAME)49 $(TESTNAME)/test_wrapper.sh : tests/test_wrapper.sh tests/pedantic-header-test.sh50 rm -rf $(TESTNAME)[all …]
78 * a `TESTNAME.json` file, that contains the input document in JSON format.79 * a `TESTNAME.expected` file, that contains a flatened representation of the82 The `TESTNAME.expected` file format is as follows:
11 TESTNAME(PyObject *error(const char*)) in TESTNAME() function
493 #define TESTNAME test_long_api_inner macro505 return TESTNAME(raise_test_long_error); in test_long_api()508 #undef TESTNAME521 #define TESTNAME test_longlong_api_inner macro533 return TESTNAME(raise_test_longlong_error); in test_longlong_api()536 #undef TESTNAME