Skip to content

Commit 3eb5e30

Browse files
SConstruct : Alembic test depends on core Python module
1 parent 94f5d4f commit 3eb5e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,6 +3253,7 @@ if doConfigure :
32533253
alembicTestEnv["ENV"][alembicTestEnv["TEST_LIBRARY_PATH_ENV_VAR"]] += os.pathsep + alembicTestLibPaths
32543254
alembicTestEnv["ENV"]["PYTHONPATH"] += os.pathsep + "./contrib/IECoreAlembic/python"
32553255
alembicTest = alembicTestEnv.Command( "contrib/IECoreAlembic/test/IECoreAlembic/results.txt", alembicPythonModule, "$PYTHON $TEST_ALEMBIC_SCRIPT --verbose" )
3256+
alembicTestEnv.Depends( alembicTest, [ corePythonModule ] )
32563257
NoCache( alembicTest )
32573258
alembicTestEnv.Alias( "testAlembic", alembicTest )
32583259

0 commit comments

Comments
 (0)