test_mk_file_path
cert = test_mk_file_path(certsdir, "servercert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
char *file_path = test_mk_file_path(dir, file);
char *file_path = test_mk_file_path(dir, file);
fullfile = test_mk_file_path(datadir, filename);
char *input = test_mk_file_path(inputdir, sm2file);
char *input = test_mk_file_path(inputdir, infile);
char *paramsfile = test_mk_file_path(datadir, filename);
cert = test_mk_file_path(certsdir, "servercert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
cert = test_mk_file_path(certsdir, "servercert.pem");
ccert = test_mk_file_path(certsdir, "ee-client-chain.pem");
cauthca = test_mk_file_path(certsdir, "root-cert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
cprivkey = test_mk_file_path(certsdir, "ee-key.pem");
reffile = test_mk_file_path(datadir, "ssltraceref.txt");
reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt");
cert = test_mk_file_path(certsdir, "servercert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
rootcert = test_mk_file_path(certsdir, "rootcert.pem");
cert = test_mk_file_path(certsdir, "servercert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem");
privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
cert448 = test_mk_file_path(certsdir, "server-ed448-cert.pem");
privkey448 = test_mk_file_path(certsdir, "server-ed448-key.pem");
cert25519 = test_mk_file_path(certsdir, "server-ed25519-cert.pem");
privkey25519 = test_mk_file_path(certsdir, "server-ed25519-key.pem");
reffile = test_mk_file_path(datadir, "ssltraceref.txt");
reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt");
cert = test_mk_file_path(certsdir, "servercert.pem");
privkey = test_mk_file_path(certsdir, "serverkey.pem");
cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem");
privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
cert1024 = test_mk_file_path(certsdir, "ee-cert-1024.pem");
privkey1024 = test_mk_file_path(certsdir, "ee-key-1024.pem");
cert3072 = test_mk_file_path(certsdir, "ee-cert-3072.pem");
privkey3072 = test_mk_file_path(certsdir, "ee-key-3072.pem");
cert4096 = test_mk_file_path(certsdir, "ee-cert-4096.pem");
privkey4096 = test_mk_file_path(certsdir, "ee-key-4096.pem");
cert8192 = test_mk_file_path(certsdir, "ee-cert-8192.pem");
privkey8192 = test_mk_file_path(certsdir, "ee-key-8192.pem");
char *skey = test_mk_file_path(certsdir, "leaf.key");
char *leaf = test_mk_file_path(certsdir, "leaf.pem");
char *int2 = test_mk_file_path(certsdir, "subinterCA.pem");
char *int1 = test_mk_file_path(certsdir, "interCA.pem");
char *root = test_mk_file_path(certsdir, "rootCA.pem");
char *skey = test_mk_file_path(certsdir, "leaf.key");
char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem");
char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key");
char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem");
char *path = test_mk_file_path(certsdir, file);
char *test_mk_file_path(const char *dir, const char *file);
privkey = test_mk_file_path(datadir, "rsakey.pem");
storedir = test_mk_file_path(datadir, "store");
if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem"))
|| !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem"))
|| !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem"))
|| !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem"))
|| !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem"))
|| !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem"))
|| !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem"))
|| !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem")))
certFilePath = test_mk_file_path(certsDir, "x509-req-detect-invalid-version.pem");