Searched refs:TESTS_DIR (Results 1 – 10 of 10) sorted by relevance
14 export TESTS_DIR=$PARENT/$TESTSUITE_NAME17 export SCRIPTS_DIR=$TESTS_DIR/scripts18 export PROFILES_DIR=$TESTS_DIR/profiles19 export LOG_DIR=$TESTS_DIR/logs
71 cd $TESTS_DIR103 pushd $TESTS_DIR >/dev/null113 pushd $TESTS_DIR >/dev/null158 pushd $TESTS_DIR >/dev/null171 pushd $TESTS_DIR >/dev/null173 cd $TESTS_DIR176 echo " creating logs directory as $TESTS_DIR/logs "
15 set( TESTS_DIR ${CATCH_DIR}/projects/ExtraTests ) variable19 add_executable(PrefixedMacros ${TESTS_DIR}/X01-PrefixedMacros.cpp)33 add_executable(DisabledMacros ${TESTS_DIR}/X02-DisabledMacros.cpp)51 add_executable( DisabledExceptions-DefaultHandler ${TESTS_DIR}/X03-DisabledExceptions-DefaultHandle…52 add_executable( DisabledExceptions-CustomHandler ${TESTS_DIR}/X04-DisabledExceptions-CustomHandler.…97 add_executable(FallbackStringifier ${TESTS_DIR}/X10-FallbackStringifier.cpp)108 add_executable(DisableStringification ${TESTS_DIR}/X11-DisableStringification.cpp)119 add_executable(BenchmarkingMacros ${TESTS_DIR}/X20-BenchmarkingMacros.cpp)132 add_executable(WindowsHeader ${TESTS_DIR}/X90-WindowsHeaderInclusion.cpp)140 add_executable(DebugBreakMacros ${TESTS_DIR}/X12-CustomDebugBreakMacro.cpp)
71 pushd $TESTS_DIR >/dev/null104 pushd $TESTS_DIR >/dev/null114 pushd $TESTS_DIR >/dev/null121 pushd $TESTS_DIR >/dev/null171 pushd $TESTS_DIR >/dev/null186 pushd $TESTS_DIR >/dev/null
50 set(TESTS_DIR ${ZSTD_SOURCE_DIR}/tests) variable51 include_directories(${TESTS_DIR} ${PROGRAMS_DIR} ${LIBRARY_DIR} ${LIBRARY_DIR}/common ${LIBRARY_DIR…53 add_executable(datagen ${PROGRAMS_DIR}/datagen.c ${TESTS_DIR}/datagencli.c)59 …GRAMS_DIR}/timefn.c ${PROGRAMS_DIR}/benchfn.c ${PROGRAMS_DIR}/benchzstd.c ${TESTS_DIR}/fullbench.c)66 …er ${PROGRAMS_DIR}/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${TESTS_DIR}/fuzzer.c)78 …/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${TESTS_DIR}/seqgen.c ${TESTS_DIR}/zstr…89 add_test(NAME playTests COMMAND sh -c "\"${TESTS_DIR}/playTests.sh\" ${ZSTD_PLAYTESTS_FLAGS}")103 …{PROGRAMS_DIR}/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${TESTS_DIR}/paramgrill.c)
5 TESTS_DIR=${ROOT_DIR}/tests80 find ${SRC_DIR} ${TESTS_DIR} -name "*.go" | xargs $GOFMT -w84 go run ${TESTS_DIR}/check_build_files/main.go --root="${ROOT_DIR}"88 python3 ${TESTS_DIR}/scan_sources/main.py ${SRC_DIR}
3 TESTS_DIR="$( cd "${ROOT_DIR}/tests" >/dev/null 2>&1 && pwd )"7 …eline" "${SRC_DIR}/Reactor" "${SRC_DIR}/System" "${SRC_DIR}/Vulkan" "${SRC_DIR}/WSI" "${TESTS_DIR}"
12 TESTS_DIR := $(dir $(TESTS)) macro57 @for d in $(TESTS_DIR); do \
6 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)
225 set(TESTS_DIR ${SWIFTSHADER_DIR}/tests) variable849 add_subdirectory(${TESTS_DIR}/regres/cov/turbo-cov)1004 add_subdirectory(${TESTS_DIR}/VulkanWrapper) # Add VulkanWrapper target1008 add_subdirectory(${TESTS_DIR}/ReactorUnitTests) # Add ReactorUnitTests target1009 add_subdirectory(${TESTS_DIR}/GLESUnitTests) # Add gles-unittests target1010 add_subdirectory(${TESTS_DIR}/MathUnitTests) # Add math-unittests target1011 add_subdirectory(${TESTS_DIR}/SystemUnitTests) # Add system-unittests target1022 add_subdirectory(${TESTS_DIR}/ReactorBenchmarks) # Add ReactorBenchmarks target1023 add_subdirectory(${TESTS_DIR}/SystemBenchmarks) # Add system-benchmarks target1024 add_subdirectory(${TESTS_DIR}/VulkanBenchmarks) # Add VulkanBenchmarks target[all …]