Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/test-compile/   (GAP Algebra Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 837 B image not shown  

Impressum run_compiled_dynamic.sh

  Sprache: Shell
 

#!/usr/bin/env bash

set -e

# This script should be run as ./run_compiled_dynamic.sh gap gac gapfile.g
# It compiles gapfile.g using gac, then runs the function 'runtest'
gap="$1"
gac="$2"
gfile="$3"

# It provides the following features:
# 1) Stop GAP from attaching to the terminal (which it will
#    use in the break loop)
# 2) Combine stderr and stdout
# 3) Rewrite the root of gap with the string GAPROOT,
#    so the output is usable on other machines
GAPROOT=$("$gap" --print-gaproot)
# Clean any old files around
rm -rf .libs "$gfile.comp"*

"$gac" "$gfile" -d -C -o "$gfile.dynamic.c" 2>&1 >/dev/null

"$gac" "$gfile" -d -o "$gfile.comp.so" 2>&1 >/dev/null

echo "LoadDynamicModule(\"./$gfile.comp.so\"); runtest();" |
    "$gap" -r -A -q -b -x 200 2>&1 |
    sed "s:${GAPROOT//:/\\:}:GAPROOT/:g"

rm -rf .libs "$gfile.comp"*

Messung V0.5 in Prozent
C=66 H=100 G=84

¤ 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.0.13Bemerkung:  (vorverarbeitet am  2026-06-12) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.