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