Skip to content
Snippets Groups Projects
Commit 13f88065 authored by Matt Clarke's avatar Matt Clarke
Browse files

Edited SConstruct for Test. Refs #31

parent 743414d8
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,6 @@ env.Append( CCFLAGS = cflags) ...@@ -76,8 +76,6 @@ env.Append( CCFLAGS = cflags)
f=open('../TestsToRun', 'r') f=open('../TestsToRun', 'r')
libDirList.append('/usr/X11R6/lib')
libList.append('X11')
for test in f: for test in f:
doth = '../' + test.strip() doth = '../' + test.strip()
temp= test.split('/') temp= test.split('/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment