Project

General

Profile

Wiki » History » Version 4

Karine Even Mendoza, 24/11/2016 11:56

1 1 Karine Even Mendoza
h1. Wiki
2
3
h2. Folders in the Benchmark Set
4
5
The folders are divided into 3 categories.
6
7 2 Karine Even Mendoza
* _/main-bench_: where are all the working or suppose to work benchmarks. Please add here any new benchmark that you have and works (instead of sending it via email).
8
* _/challenge-bench_: where are all the benchmarks with no encoding to SMT support exists. If you add a new functionality please do check if there are some benchmarks here that can be in main-bench.
9
* _/raw-code-examples_: if you have a new set of benchmarks that we shall start work on and check, please add it here.
10
11
h3. Folders in the Main Benchmark Set
12
13 4 Karine Even Mendoza
Before start testing, please first check HiFrog is running at all: ./hifrog --help
14
15
Later you may use these tests to check basic and advanced functionality of HiFrog:
16 3 Karine Even Mendoza
* To test that basic things are working in HiFrog, use these sets: _/main-bench/arithmetic_, _/main-bench/branching_, _/main-bench/convertions_, _/main-bench/counter_example_, and _/main-bench/inject_summaries_.
17
* Regression tests: _/main-bench/funfrog_regression_ and _/main-bench/sv-comp16_.
18
* More complicated test: _/main-bench/sv-comp16_ and _/main-bench/milano-bicocca-bench_.