We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f5d4f commit 3eb5e30Copy full SHA for 3eb5e30
SConstruct
@@ -3253,6 +3253,7 @@ if doConfigure :
3253
alembicTestEnv["ENV"][alembicTestEnv["TEST_LIBRARY_PATH_ENV_VAR"]] += os.pathsep + alembicTestLibPaths
3254
alembicTestEnv["ENV"]["PYTHONPATH"] += os.pathsep + "./contrib/IECoreAlembic/python"
3255
alembicTest = alembicTestEnv.Command( "contrib/IECoreAlembic/test/IECoreAlembic/results.txt", alembicPythonModule, "$PYTHON $TEST_ALEMBIC_SCRIPT --verbose" )
3256
+ alembicTestEnv.Depends( alembicTest, [ corePythonModule ] )
3257
NoCache( alembicTest )
3258
alembicTestEnv.Alias( "testAlembic", alembicTest )
3259
0 commit comments