Lines Matching full:test
15 # Only build the dlopen test in shared library builds, and not when building
76 test/benchmark \
77 test/metatest \
78 test/query_compile_time_config \
79 test/query_included_headers \
80 test/selftest \
81 test/udp_proxy \
82 test/zeroize \
98 APPS += test/dlopen
102 APPS += test/cpp_dummy_build
114 # sample or test programs, and don't build with MSVC which is
126 GENERATED_FILES = psa/psa_constant_names_generated.c test/query_config.c
137 test/query_config.c: $(gen_file_dep) ../scripts/generate_query_config.pl
143 #test/query_config.c: $(gen_file_dep) ../include/mbedtls/mbedtls_config.h
144 test/query_config.c: $(gen_file_dep) ../scripts/data_files/query_config.fmt
145 test/query_config.c:
293 SSL_TEST_OBJECTS = test/query_config.o ssl/ssl_test_lib.o
295 test/query_config.h \
316 ssl/ssl_context_info$(EXEXT): ssl/ssl_context_info.c test/query_config.o test/query_config.h $(DEP)
318 …$(CC) $(LOCAL_CFLAGS) $(CFLAGS) ssl/ssl_context_info.c test/query_config.o $(LOCAL_LDFLAGS) $(LDFL…
336 test/benchmark$(EXEXT): test/benchmark.c $(DEP)
337 echo " CC test/benchmark.c"
338 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/benchmark.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
340 test/cpp_dummy_build.cpp: test/generate_cpp_dummy_build.sh
341 echo " Gen test/cpp_dummy_build.cpp"
342 test/generate_cpp_dummy_build.sh
344 test/cpp_dummy_build$(EXEXT): test/cpp_dummy_build.cpp $(DEP)
345 echo " CXX test/cpp_dummy_build.cpp"
346 $(CXX) $(LOCAL_CXXFLAGS) $(CXXFLAGS) test/cpp_dummy_build.cpp $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
349 test/dlopen$(EXEXT): test/dlopen.c $(DEP)
350 echo " CC test/dlopen.c"
351 # Do not link any test objects (that would bring in a static dependency on
354 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/dlopen.c $(LDFLAGS) $(DLOPEN_LDFLAGS) -o $@
357 test/metatest$(EXEXT): test/metatest.c $(DEP)
358 echo " CC test/metatest.c"
359 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -I ../library test/metatest.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
361 test/query_config.o: test/query_config.c test/query_config.h $(DEP)
362 echo " CC test/query_config.c"
363 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -c test/query_config.c -o $@
365 test/query_included_headers$(EXEXT): test/query_included_headers.c $(DEP)
366 echo " CC test/query_included_headers.c"
367 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/query_included_headers.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
369 test/selftest$(EXEXT): test/selftest.c $(DEP)
370 echo " CC test/selftest.c"
371 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/selftest.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
373 test/udp_proxy$(EXEXT): test/udp_proxy.c $(DEP)
374 echo " CC test/udp_proxy.c"
375 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/udp_proxy.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
377 test/zeroize$(EXEXT): test/zeroize.c $(DEP)
378 echo " CC test/zeroize.c"
379 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/zeroize.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
381 test/query_compile_time_config$(EXEXT): test/query_compile_time_config.c test/query_config.o test/q…
382 echo " CC test/query_compile_time_config.c"
383 …$(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/query_compile_time_config.c test/query_config.o $(LOCAL_LDFLA…
421 -rm -f test/cpp_dummy_build.cpp test/cpp_dummy_build$(EXEXT)
422 -rm -f test/dlopen$(EXEXT)
426 if exist test\cpp_dummy_build.cpp del /Q /F test\cpp_dummy_build.cpp