Skip to content

Commit 57db873

Browse files
Tester update
1 parent 42b911b commit 57db873

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/test/java/it/unipr/analysis/cron/EVMTaintAbstractSemantics.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,22 @@ public void testTaint14() throws AnalysisSetupException, IOException {
144144
CronConfiguration conf = createConfiguration("taint", "example14", "example14.sol", false);
145145
perform(conf);
146146
}
147+
148+
@Test
149+
public void testTaint15() throws AnalysisSetupException, IOException {
150+
CronConfiguration conf = createConfiguration("taint", "example15", "example15.sol", false);
151+
perform(conf);
152+
}
153+
154+
@Test
155+
public void testTaint16() throws AnalysisSetupException, IOException {
156+
CronConfiguration conf = createConfiguration("taint", "example16", "example16.sol", false);
157+
perform(conf);
158+
}
159+
160+
@Test
161+
public void testTaint17() throws AnalysisSetupException, IOException {
162+
CronConfiguration conf = createConfiguration("taint", "example17", "example17.sol", false);
163+
perform(conf);
164+
}
147165
}

0 commit comments

Comments
 (0)