lcompilers / lc

C++ compiler
MIT License
26 stars 7 forks source link

Remove the requirement to set CPATH #77

Open certik opened 7 months ago

certik commented 7 months ago

Currently one must run tests using:

CPATH=$CONDA_PREFIX/include ./run_tests.py

Make it so that just:

./run_tests.py

is enough.