Currently one must run tests using: ``` CPATH=$CONDA_PREFIX/include ./run_tests.py ``` Make it so that just: ``` ./run_tests.py ``` is enough.