Skip to content

Commit a8233d4

Browse files
committed
SConstruct : GL test depends on IECoreGL
1 parent a3f2815 commit a8233d4

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
@@ -2319,6 +2319,7 @@ if env["WITH_GL"] and doConfigure :
23192319

23202320
glTest = glTestEnv.Command( "test/IECoreGL/results.txt", glPythonModule, "$PYTHON $TEST_GL_SCRIPT --verbose" )
23212321
NoCache( glTest )
2322+
glTestEnv.Depends( glTest, glLibrary )
23222323
glTestEnv.Depends( glTest, corePythonModule )
23232324
glTestEnv.Depends( glTest, imagePythonModule )
23242325
glTestEnv.Depends( glTest, glob.glob( "test/IECoreGL/*.py" ) )

0 commit comments

Comments
 (0)