Skip to content

Latest commit

 

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

C++ Backend Unit Tests

Installation

rm -rf build; CXX=g++; python setup.py install <test_name>

Individual Test

python -m unittest <test_name>
python -m unittest <test_name> --nodebug # to remove deub flags

e.g.

python -m unittest coordinate_map_key_test