File: upstreamtestsuite

package info (click to toggle)
paramcoq 1.1.3%2Bcoq8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ml: 1,679; python: 112; sh: 61; makefile: 55
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

cp test-suite/*.v $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

coqc Parametricity.v
for vfile in *.v; do
 coqc $vfile
done