Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/coq-makefile/vos/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 517 B image not shown  

Quelle  run.sh   Sprache: Shell

 
#!/usr/bin/env bash

. ../template/path-init.sh

rm -rf _test
mkdir _test
find . -maxdepth 1 -not -name . -not -name _test -exec cp -r '{}' -t _test ';'
cd _test

# -vos/-vok not compatible with async proofs
export COQEXTRAFLAGS="$COQEXTRAFLAGS -async-proofs off"

# Test building all vos, then all vok
rocq makefile -f _CoqProject -o Makefile
make vos
make vok

# Cleanup
make clean

# Test using compilation in custom order
set -x #echo on
rocq c A.v
rocq c -vos B.v
rocq c -vos C.v
rocq c -vok B.v
rocq c -vok C.v

Messung V0.5
C=89 H=95 G=91

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.