| [36b5ada] | 1 | CIVL=civl
|
|---|
| 2 | VERIFY=$(CIVL) verify
|
|---|
| 3 |
|
|---|
| 4 | all: arrayPointer arrays assume \
|
|---|
| 5 | atomChooseBad atomicBlockedResume \
|
|---|
| 6 | atomicStatement atomicWait atomStatement \
|
|---|
| 7 | atomWaitBad bigO break bundleArray bundleConcrete \
|
|---|
| 8 | bundleSize bundleStruct bundleStructComponent \
|
|---|
| 9 | cast choose chooseInt comm compare conditionalExpression \
|
|---|
| [d901e4c] | 10 | continue duffs dynamicStruct emptyWhen exit for functionPrototype \
|
|---|
| [a5073f5] | 11 | implies linkedList malloc mallocBad mallocBad2 \
|
|---|
| [36b5ada] | 12 | mallocBad3 mallocBad4 memcpy minimal nonbooleanCondition \
|
|---|
| [6580543] | 13 | null pointers quantifiers scoping self sideEffects sizeof \
|
|---|
| [36b5ada] | 14 | struct structArray structStruct switch
|
|---|
| 15 |
|
|---|
| 16 | arrayPointer: arrayPointer.cvl
|
|---|
| 17 | $(VERIFY) arrayPointer.cvl
|
|---|
| 18 |
|
|---|
| 19 | arrays: arrays.cvl
|
|---|
| 20 | $(VERIFY) arrays.cvl
|
|---|
| 21 |
|
|---|
| 22 | assume: assume.cvl
|
|---|
| 23 | $(VERIFY) assume.cvl
|
|---|
| 24 |
|
|---|
| 25 | atomChooseBad: atomChooseBad.cvl
|
|---|
| 26 | $(VERIFY) atomChooseBad.cvl
|
|---|
| 27 |
|
|---|
| 28 | atomicBlockedResume: atomicBlockedResume.cvl
|
|---|
| 29 | $(VERIFY) atomicBlockedResume.cvl
|
|---|
| 30 |
|
|---|
| 31 | atomicStatement: atomicStatement.cvl
|
|---|
| [7e8e35c] | 32 | $(VERIFY) -inputB=3 atomicStatement.cvl
|
|---|
| [36b5ada] | 33 |
|
|---|
| 34 | atomicWait: atomicWait.cvl
|
|---|
| [7e8e35c] | 35 | $(VERIFY) -inputN=3 atomicWait.cvl
|
|---|
| [36b5ada] | 36 |
|
|---|
| 37 | atomStatement: atomStatement.cvl
|
|---|
| 38 | $(VERIFY) atomStatement.cvl
|
|---|
| 39 |
|
|---|
| 40 | atomWaitBad: atomWaitBad.cvl
|
|---|
| 41 | $(VERIFY) atomWaitBad.cvl
|
|---|
| 42 |
|
|---|
| 43 | bigO: bigO.cvl
|
|---|
| 44 | $(VERIFY) bigO.cvl
|
|---|
| 45 |
|
|---|
| 46 | break: break.cvl
|
|---|
| 47 | $(VERIFY) break.cvl
|
|---|
| 48 |
|
|---|
| 49 | bundleArray: bundleArray.cvl
|
|---|
| 50 | $(VERIFY) bundleArray.cvl
|
|---|
| 51 |
|
|---|
| 52 | bundleConcrete: bundleConcrete.cvl
|
|---|
| 53 | $(VERIFY) bundleConcrete.cvl
|
|---|
| 54 |
|
|---|
| 55 | bundleSize: bundleSize.cvl
|
|---|
| 56 | $(VERIFY) bundleSize.cvl
|
|---|
| 57 |
|
|---|
| 58 | bundleStruct: bundleStruct.cvl
|
|---|
| 59 | $(VERIFY) bundleStruct.cvl
|
|---|
| 60 |
|
|---|
| 61 | bundleStructComponent: bundleStructComponent.cvl
|
|---|
| 62 | $(VERIFY) bundleStructComponent.cvl
|
|---|
| 63 |
|
|---|
| 64 | cast: cast.cvl
|
|---|
| 65 | $(VERIFY) cast.cvl
|
|---|
| 66 |
|
|---|
| 67 | choose: choose.cvl
|
|---|
| 68 | $(VERIFY) choose.cvl
|
|---|
| 69 |
|
|---|
| 70 | chooseInt: chooseInt.cvl
|
|---|
| 71 | $(VERIFY) chooseInt.cvl
|
|---|
| 72 |
|
|---|
| 73 | comm: comm.cvl
|
|---|
| 74 | $(VERIFY) comm.cvl
|
|---|
| 75 |
|
|---|
| 76 | compare: compare.cvl
|
|---|
| 77 | $(VERIFY) compare.cvl
|
|---|
| 78 |
|
|---|
| 79 | conditionalExpression: conditionalExpression.cvl
|
|---|
| 80 | $(VERIFY) conditionalExpression.cvl
|
|---|
| 81 |
|
|---|
| 82 | continue: continue.cvl
|
|---|
| 83 | $(VERIFY) continue.cvl
|
|---|
| 84 |
|
|---|
| 85 | duffs: duffs.cvl
|
|---|
| 86 | $(VERIFY) duffs.cvl
|
|---|
| 87 |
|
|---|
| 88 | dynamicStruct: dynamicStruct.cvl
|
|---|
| 89 | $(VERIFY) dynamicStruct.cvl
|
|---|
| 90 |
|
|---|
| 91 | emptyWhen: emptyWhen.cvl
|
|---|
| 92 | $(VERIFY) emptyWhen.cvl
|
|---|
| 93 |
|
|---|
| 94 | exit: exit.cvl
|
|---|
| 95 | $(VERIFY) exit.cvl
|
|---|
| 96 |
|
|---|
| 97 | for: for.cvl
|
|---|
| 98 | $(VERIFY) for.cvl
|
|---|
| [d901e4c] | 99 |
|
|---|
| 100 | functionPrototype: functionPrototype.cvl
|
|---|
| 101 | $(VERIFY) functionPrototype.cvl
|
|---|
| [a5073f5] | 102 |
|
|---|
| 103 | implies: implies.cvl
|
|---|
| 104 | $(VERIFY) implies.cvl
|
|---|
| [36b5ada] | 105 |
|
|---|
| 106 | linkedList: linkedList.cvl
|
|---|
| 107 | $(VERIFY) linkedList.cvl
|
|---|
| 108 |
|
|---|
| 109 | malloc: malloc.cvl
|
|---|
| 110 | $(VERIFY) malloc.cvl
|
|---|
| 111 |
|
|---|
| 112 | mallocBad: mallocBad.cvl
|
|---|
| 113 | $(VERIFY) mallocBad.cvl
|
|---|
| 114 |
|
|---|
| 115 | mallocBad2: mallocBad2.cvl
|
|---|
| 116 | $(VERIFY) mallocBad2.cvl
|
|---|
| 117 |
|
|---|
| 118 | mallocBad3: mallocBad3.cvl
|
|---|
| 119 | $(VERIFY) mallocBad3.cvl
|
|---|
| 120 |
|
|---|
| 121 | mallocBad4: mallocBad4.cvl
|
|---|
| 122 | $(VERIFY) mallocBad4.cvl
|
|---|
| 123 |
|
|---|
| 124 | memcpy: memcpy.cvl
|
|---|
| 125 | $(VERIFY) memcpy.cvl
|
|---|
| 126 |
|
|---|
| 127 | minimal: minimal.cvl
|
|---|
| 128 | $(VERIFY) minimal.cvl
|
|---|
| 129 |
|
|---|
| 130 | nonbooleanCondition: nonbooleanCondition.cvl
|
|---|
| 131 | $(VERIFY) nonbooleanCondition.cvl
|
|---|
| 132 |
|
|---|
| [6580543] | 133 | null: null.cvl
|
|---|
| 134 | $(VERIFY) null.cvl
|
|---|
| 135 |
|
|---|
| [36b5ada] | 136 | pointers: pointers.cvl
|
|---|
| 137 | $(VERIFY) pointers.cvl
|
|---|
| 138 |
|
|---|
| 139 | quantifiers: quantifiers.cvl
|
|---|
| 140 | $(VERIFY) quantifiers.cvl
|
|---|
| 141 |
|
|---|
| 142 | scoping: scoping.cvl
|
|---|
| 143 | $(VERIFY) scoping.cvl
|
|---|
| 144 |
|
|---|
| 145 | self: self.cvl
|
|---|
| 146 | $(VERIFY) self.cvl
|
|---|
| 147 |
|
|---|
| 148 | sideEffects: sideEffects.cvl
|
|---|
| 149 | $(VERIFY) sideEffects.cvl
|
|---|
| 150 |
|
|---|
| 151 | sizeof: sizeof.cvl
|
|---|
| 152 | $(VERIFY) sizeof.cvl
|
|---|
| 153 |
|
|---|
| 154 | struct: struct.cvl
|
|---|
| 155 | $(VERIFY) struct.cvl
|
|---|
| 156 |
|
|---|
| 157 | structArray: structArray.cvl
|
|---|
| 158 | $(VERIFY) structArray.cvl
|
|---|
| 159 |
|
|---|
| 160 | structStruct: structStruct.cvl
|
|---|
| 161 | $(VERIFY) structStruct.cvl
|
|---|
| 162 |
|
|---|
| 163 | switch: switch.cvl
|
|---|
| 164 | $(VERIFY) switch.cvl
|
|---|
| 165 |
|
|---|
| 166 | clean:
|
|---|
| 167 | rm -rf CIVLREP *~
|
|---|
| 168 |
|
|---|