Home
last modified time | relevance | path

Searched refs:libtest (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/musl/libc-test/src/common/
DBUILD.gn3 ohos_static_library("libtest") {
41 output_name = "libtest"
48 deps = [ ":libtest" ]
82 libs = [ "//${target_out_dir}/libtest.a" ]
116 libs = [ "//${target_out_dir}/libtest.a" ]
/third_party/libabigail/doc/manuals/
Dabicompat.rst209 2 // g++ -g -Wall -shared -o libtest-0.so test0.cc
255 2 // g++ -g -Wall -shared -o libtest-1.so test1.cc
281 ``libtest-0.so`` and ``libtest-1.so``: ::
283 $ g++ -g -Wall -shared -o libtest-0.so test0.cc
284 $ g++ -g -Wall -shared -o libtest-1.so test1.cc
291 * Now, use ``abicompat`` to see if libtest-1.so is ABI compatible
292 with app, with respect to the ABI of libtest-0.so: ::
294 $ abicompat test-app libtest-0.so libtest-1.so
295 …LF file 'test-app' might not be ABI compatible with 'libtest-1.so' due to differences with 'libtes…
317 $ abicompat --weak-mode test-app libtest-1.so
[all …]
Dabidiff.rst517 $ abidiff libtest-v0.so libtest-v1.so
547 $ abidiff -l libtest-v0.so libtest-v1.so
675 2 // g++ -g -Wall -shared -o libtest-v0.so test-v0.cc
690 2 // g++ -g -Wall -shared -o libtest-v1.so test-v1.cc
708 $ g++ -g -Wall -shared -o libtest-v0.so test-v0.cc
709 $ g++ -g -Wall -shared -o libtest-v1.so test-v1.cc
711 $ ../build/tools/abidiff libtest-v0.so libtest-v1.so
732 2 // g++ -g -Wall -shared -o libtest-v0.so test-v0.cc
747 2 // g++ -g -Wall -shared -o libtest-v1.so test-v1.cc
761 $ g++ -g -Wall -shared -o libtest-v0.so test-v0.cc
[all …]
/third_party/musl/libc-test/
DMakefile9 LDLIBS:=$(B)/common/libtest.a
91 $(B)/common/libtest.a: $(common.OBJS)
99 $(BINS) $(LIBS): $(B)/common/libtest.a
123 …rm -f $(OBJS) $(BINS) $(LIBS) $(B)/common/libtest.a $(B)/common/runtest.exe $(B)/common/options.h …
/third_party/curl/tests/data/
Dtest144518 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
27 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest144621 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
30 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest61517 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest61326 perl %SRCDIR/libtest/test%TESTNUMBER.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
35 perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/c…
Dtest61024 perl %SRCDIR/libtest/test%TESTNUMBER.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
33 perl %SRCDIR/libtest/test%TESTNUMBER.pl gone %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest61124 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
33 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
Dtest63826 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
Dtest63926 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest61427 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
36 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TEST…
Dtest102326 %SRCDIR/libtest/test1022.pl ../curl-config %LOGDIR/stdout%TESTNUMBER vernum
Dtest101426 %SRCDIR/libtest/test1013.pl ../curl-config %LOGDIR/stdout%TESTNUMBER features
Dtest101326 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER protocols
Dtest102226 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER version
/third_party/curl/tests/unit/
DMakefile.in170 am__objects_1 = ../libtest/first.$(OBJEXT)
415 am__depfiles_remade = ../libtest/$(DEPDIR)/first.Po \
777 -I$(top_srcdir)/tests/libtest -DCURL_STATICLIB -DUNITTESTS
788 ../libtest/test.h \
789 ../libtest/first.c
893 ../libtest/$(am__dirstamp):
894 @$(MKDIR_P) ../libtest
895 @: > ../libtest/$(am__dirstamp)
896 ../libtest/$(DEPDIR)/$(am__dirstamp):
897 @$(MKDIR_P) ../libtest/$(DEPDIR)
[all …]
DMakefile.inc28 ../libtest/test.h \
29 ../libtest/first.c
DMakefile.am39 -I$(top_srcdir)/tests/libtest
/third_party/curl/projects/
Dchecksrc.bat156 rem Check the tests\libtest directory
157 if exist %SRC_DIR%\tests\libtest (
158 …%i in ('dir "%SRC_DIR%\tests\libtest\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "…
159 …%i in ('dir "%SRC_DIR%\tests\libtest\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "…
/third_party/curl/tests/libtest/
DMakefile.am126 lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h
127 @PERL@ $(top_srcdir)/tests/libtest/mk-lib1521.pl < $(top_srcdir)/include/curl/curl.h > lib1521.c
DCMakeLists.txt41 ${CURL_SOURCE_DIR}/tests/libtest # To be able to build generated tests
73 # library at (tests)/libtest/.libs/libhostname.so
/third_party/curl/tests/
DMakefile.am68 SUBDIRS = certs data server libtest http $(BUILD_UNIT) subdir
125 (cd libtest && $(MAKE) checksrc)
/third_party/curl/packages/vms/
Dsetup_gnv_curl_build.com246 [.tests.libtest]gnv$'ap_name'.opt
252 $ purge [.tests.libtest]gnv$*.opt
253 $ rename [.tests.libtest]gnv$*.opt ;1

12345