Searched refs:test_build_dir (Results 1 – 4 of 4) sorted by relevance
/external/wayland/tests/ |
D | test-helpers.c | 73 const char *test_build_dir = getenv("TEST_BUILD_DIR"); in exec_fd_leak_check() local 76 if (test_build_dir == NULL || test_build_dir[0] == 0) { in exec_fd_leak_check() 77 test_build_dir = "."; in exec_fd_leak_check() 80 snprintf(exe_path, sizeof exe_path - 1, "%s/%s", test_build_dir, exe); in exec_fd_leak_check()
|
/external/fmtlib/support/ |
D | travis-build.py | 84 test_build_dir = os.path.join(fmt_dir, "_build_test") variable 116 makedirs_if_not_exist(test_build_dir) 118 cmake_flags, cwd=test_build_dir) 119 check_call(['make', '-j4'], cwd=test_build_dir)
|
/external/libabigail/tests/ |
D | runtestdefaultsupprs.py.in | 27 test_build_dir = '@abs_top_builddir@/tests' variable
|
/external/vixl/ |
D | SConstruct | 484 test_build_dir = PrepareVariantDir('test', TargetBuildDir(env)) 485 test_objects = [env.Object(Glob(join(test_build_dir, '*.cc')))] 567 test = env.Program(join(test_build_dir, 'test-runner'), test_objects,
|