LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

Version 6.0 unit testing #80

Closed aellery closed 1 year ago

aellery commented 1 year ago

The unit testing in branch 6.0 currently fails because the testing program starts looking for a library file that doesn't exist (build/posix/escriptcore/src/libescript.so).

LutzGross commented 1 year ago

I had to change Scons script slightly to make it work for SCons: v4.4.0 on MacOS.

aellery commented 1 year ago

I was wrong in my original post. The library file does exist if you do a build from scratch but the unit testing returns an ImportError when running the script run_units.py.

aellery commented 1 year ago

Fixed in the latest commit.