Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › test/run.py errors › Reply To: test/run.py errors
April 29, 2011 at 6:23 pm
#5507
You have to compile the unit tests with the same settings you compile the Rosetta library with.
Either:
scons -j8 bin
scons -j8 cat=test
Or:
scons -j8 mode=release bin
scons -j8 cat=test mode=release
Your step 2 (release tests) will fail if you haven’t built the release mode libraries yet.