Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/Tarski/pvsbin/   (NIST Cobol Test-Suite ©)  Datei vom 8.10.2014 mit Größe 806 kB image not shown  

SSL deps-order.sh   Interaktion und
Portierbarkeitunbekannt

 
#!/bin/sh
# Check that both coqdep and coqtop/coqc supports -R
# Check that both coqdep and coqtop/coqc takes -R preferably to installed $ROCQPATH
# See bugs 2242, 2337, 2339
rm -f misc/deps/lib/*.vo misc/deps/client/*.vo
output=misc/deps/deps.real

$coqdep -worker @ROCQWORKER@ -R misc/deps/lib lib -R misc/deps/client client misc/deps/client/bar.v 2>&1 | head -n 1 > "$output"
diff -u --strip-trailing-cr misc/deps/deps.out "$output" 2>&1
R=$?
times
$coqc -R misc/deps/lib lib misc/deps/lib/foo.v 2>&1
$coqc -R misc/deps/lib lib -R misc/deps/client client misc/deps/client/foo.v 2>&='color: green'>1
export ROCQPATH=misc/deps
$coqc -R misc/deps/client client misc/deps/client/bar.v 2>&1
S=$?
if [ $R = 0 ] && [ $S = 0 ]; then
    printf "coqdep and coqc agree\n"
    exit 0
else
    printf "coqdep and coqc disagree\n"
    exit 1
fi

Messung V0.5 in Prozent
C=91 H=100 G=95

[Verzeichnis aufwärts0.2unsichere VerbindungÜbersetzung europäischer Sprachen durch Browser2026-06-04]