Skip to content

petablox/cbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Assume: ocaml-3.10.0

. init.sh
cd boost_1_39_0
./bootstrap.sh
./bjam
cd ../cbiexp-0.6
./conf
make
cd ../sampler-1.6.2
./configure
make
cd ..

Run the small test

cd small
make
./test [number]    # e.g., ./test 10 triggers the bug
run ./test report  # print simple cbi report
# for web interface
cd gen_report
make               # run ./test with different arguments in args.txt
# open analysis/summary.xml using Firefox 

Run the large tests

cd large
make
# for web interface
cd gen_report
make               # run ./jpegtran with different options in options.txt
# open analysis/summary.xml using Firefox 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages