Skip to content

iSPIRT/ppl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppl

Setup / Installation

Install the packages listed in requirements.txt. For example, using:

pip install -r requirements.txt

Install qaptools

git clone git@github.com:Charterhouse/qaptools.git
cd qaptools
git submodule init
git submodule update
mkdir build
cd build
cmake ..
make    

Note: you might have to install cmake to do this. Note the location of the build directory.

Run the tests:

cd tests
cp config_example.py config.py
# edit the file and set the correct values for
# the path of the python executable and the
# QAPTOOLS_BIN directory (pointing to the build directory)
# created above

cd ..
python -m unittest tests.snark_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages