Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Testing

Joy Arulraj edited this page Nov 29, 2015 · 17 revisions

Build Peloton in Debug Mode

./bootstrap

cd build  
../configure --enable-debug  

make -j4  
sudo make -j4 install

Build and Run tests

make check -j4
Clone this wiki locally