/freebsd/tools/test/stress2/misc/ |
H A D | contigmalloc3.sh | 47 cat > $dir/ctest.c <<EOF 109 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1 110 rm $dir/ctest.c 126 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5 128 rm -rf $dir /tmp/ctest
|
H A D | contigmalloc.sh | 55 cat > $dir/ctest.c <<EOF 140 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1 141 rm $dir/ctest.c 157 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5 159 rm -rf $dir /tmp/ctest
|
/freebsd/tools/test/bsnmp/ |
H A D | Makefile | 4 PROG_CXX=ctest 18 ${.OBJDIR}/ctest
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | vsscanf.c | 211 ChunkType chunk, ctest; in vsscanf() 267 if ((ctest = final_ch(format[n], other)) != cUnknown) { in vsscanf() 269 chunk = ctest; in vsscanf()
|
/freebsd/crypto/openssl/util/ |
H A D | mkdef.pl | 34 my $ctest = 0; 45 'ctest' => \$ctest, 161 $writer = \&writer_ctest if $ctest;
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | tests.rst | 7 There is a comprehensive test suite employing CMocka_. You can run all of them using ``ctest`` in t… 14 … memory correctness. You can run these tests by passing the ``-T memcheck`` flag to ``ctest``. [#]_
|
/freebsd/contrib/googletest/googlemock/ |
H A D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'. 131 # 'make test' or ctest.
|
/freebsd/contrib/lib9p/pytest/ |
H A D | testconf.ini.sample | 9 logfile = ./ctest.log
|
/freebsd/contrib/googletest/ci/ |
H A D | macos-presubmit.sh | 50 time ctest -j$(nproc) --output-on-failure
|
H A D | windows-presubmit.bat | 9 SET CTEST_BIN="ctest.exe"
|
/freebsd/contrib/googletest/googletest/ |
H A D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'. 194 # 'make test' or ctest.
|
/freebsd/contrib/libcbor/ |
H A D | release.sh | 64 ctest
|
H A D | CMakeLists.txt | 110 COMMAND ctest
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 144 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", 146 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}", 148 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}", 150 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}", 152 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", 154 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}", 156 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}", 158 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}", 160 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", 162 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}", [all …]
|
H A D | X86InstrConditionalCompare.td | 34 BinCondOp<o, f, t, op1, op2, "ctest">;
|
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-cmake.md | 139 <strong>my_project$ cd build && ctest</strong>
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | eapol_test.sgml | 72 eapol_test -ctest.conf -a127.0.0.1 -p1812 -ssecret -r1
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 399 cd $(BUILDIR)/cmake/build; ctest -V -L Medium
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | CMakeLists.txt | 1247 # Macro that creates the ctest test for a backend. 1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai…
|
/freebsd/contrib/libevent/ |
H A D | CMakeLists.txt | 1247 # Macro that creates the ctest test for a backend. 1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai…
|