main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | CIVL=civl
|
|---|
| 3 | VERIFY=$(CIVL) verify
|
|---|
| 4 |
|
|---|
| 5 | all: algebra assoc derivative diffusion div0 division \
|
|---|
| 6 | divisionBad ex3_simple laplace mathematical matmat matmatBad mean meanBad \
|
|---|
| 7 | moddiv multiplicationInLoopCondition sqrt sqrtBad1 sqrtBad2 quadratic1 \
|
|---|
| 8 | quadratic2 sqrtCall.cvl
|
|---|
| 9 |
|
|---|
| 10 | algebra: algebra.cvl
|
|---|
| 11 | $(VERIFY) algebra.cvl
|
|---|
| 12 |
|
|---|
| 13 | assoc: assoc.cvl
|
|---|
| 14 | $(VERIFY) -inputB=10 assoc.cvl
|
|---|
| 15 |
|
|---|
| 16 | derivative: derivative.cvl
|
|---|
| 17 | $(VERIFY) derivative.cvl
|
|---|
| 18 |
|
|---|
| 19 | diffusion: diffusion.cvl
|
|---|
| 20 | $(VERIFY) diffusion.cvl
|
|---|
| 21 |
|
|---|
| 22 | div0: div0.cvl
|
|---|
| 23 | $(VERIFY) div0.cvl
|
|---|
| 24 |
|
|---|
| 25 | division: division.cvl
|
|---|
| 26 | $(VERIFY) division.cvl
|
|---|
| 27 |
|
|---|
| 28 | divisionBad: divisionBad.cvl
|
|---|
| 29 | $(VERIFY) divisionBad.cvl
|
|---|
| 30 | $(CIVL) replay divisionBad.cvl
|
|---|
| 31 |
|
|---|
| 32 | ex3_simple: ex3_simple.cvl
|
|---|
| 33 | $(VERIFY) ex3_simple.cvl
|
|---|
| 34 |
|
|---|
| 35 | laplace: laplace.cvl
|
|---|
| 36 | $(VERIFY) laplace.cvl
|
|---|
| 37 |
|
|---|
| 38 | mathematical: mathematical.cvl
|
|---|
| 39 | $(VERIFY) mathematical.cvl
|
|---|
| 40 |
|
|---|
| 41 | matmat: matmat.cvl
|
|---|
| 42 | $(VERIFY) -inputBOUND=3 matmat.cvl
|
|---|
| 43 |
|
|---|
| 44 | matmatBad: matmatBad.cvl
|
|---|
| 45 | $(VERIFY) -min -inputBOUND=3 matmatBad.cvl
|
|---|
| 46 | $(CIVL) replay matmatBad.cvl
|
|---|
| 47 |
|
|---|
| 48 | mean: mean.cvl
|
|---|
| 49 | $(VERIFY) -inputB=10 mean.cvl
|
|---|
| 50 |
|
|---|
| 51 | meanBad: meanBad.cvl
|
|---|
| 52 | $(VERIFY) -min -inputB=10 meanBad.cvl
|
|---|
| 53 | $(CIVL) replay meanBad.cvl
|
|---|
| 54 |
|
|---|
| 55 | moddiv: moddiv.cvl
|
|---|
| 56 | $(VERIFY) moddiv.cvl
|
|---|
| 57 |
|
|---|
| 58 | multiplicationInLoopCondition: multiplicationInLoopCondition.cvl
|
|---|
| 59 | $(VERIFY) multiplicationInLoopCondition.cvl
|
|---|
| 60 |
|
|---|
| 61 | sqrt: sqrt.cvl
|
|---|
| 62 | $(VERIFY) sqrt.cvl
|
|---|
| 63 |
|
|---|
| 64 | sqrtBad1: sqrtBad1.cvl
|
|---|
| 65 | $(VERIFY) sqrtBad1.cvl
|
|---|
| 66 |
|
|---|
| 67 | sqrtBad2: sqrtBad2.cvl
|
|---|
| 68 | $(VERIFY) sqrtBad2.cvl
|
|---|
| 69 |
|
|---|
| 70 | quadratic1: quadratic1.cvl
|
|---|
| 71 | $(VERIFY) quadratic1.cvl
|
|---|
| 72 |
|
|---|
| 73 | quadratic2: quadratic2.cvl
|
|---|
| 74 | $(VERIFY) quadratic2.cvl
|
|---|
| 75 |
|
|---|
| 76 | sqrtCall: sqrtCall.cvl
|
|---|
| 77 | $(VERIFY) sqrtCall.cvl
|
|---|
| 78 |
|
|---|
| 79 | trySimple: trySimple.cvl
|
|---|
| 80 | $(VERIFY) trySimple.cvl
|
|---|
| 81 |
|
|---|
| 82 | clean:
|
|---|
| 83 | rm -rf CIVLREP *~
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.