Member Site Forums Rosetta 3 Rosetta 3 – Build/Install test/run.py errors Reply To: test/run.py errors

#5507
Anonymous

    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.