mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #212: Fix Scons for the pool tests
This commit is contained in:
parent
a3f77963de
commit
0f251c8ccd
@ -29,13 +29,15 @@ main_env['ENV']['PATH']=os.environ['PATH']
|
||||
# Include dirs
|
||||
main_env.Append(CPPPATH=[
|
||||
cwd+'/../../../include',
|
||||
cwd+'/../../../../../include',
|
||||
'/usr/include/cppunit/'
|
||||
])
|
||||
|
||||
# Library dirs
|
||||
main_env.Append(LIBPATH=[
|
||||
cwd+'/..',
|
||||
cwd+'/../../xml'
|
||||
cwd+'/../../xml',
|
||||
cwd+'/../../../../log'
|
||||
])
|
||||
|
||||
# Compile flags
|
||||
@ -51,7 +53,8 @@ main_env.Append(LDFLAGS=["-g"])
|
||||
main_env.Append(LIBS=[
|
||||
'cppunit',
|
||||
'scheduler_xml',
|
||||
'scheduler_pool'
|
||||
'scheduler_pool',
|
||||
'nebula_log'
|
||||
])
|
||||
|
||||
main_env.Program('test_vm','VirtualMachineXMLTest.cc')
|
||||
|
Loading…
x
Reference in New Issue
Block a user