Also build a shared library

This commit is contained in:
Nils O. Selåsdal
2014-09-20 21:47:29 +02:00
parent 959d525938
commit 6247bcbdfd
3 changed files with 12 additions and 3 deletions
+3
View File
@@ -23,6 +23,9 @@ test_executable = 'test_runner'
if test_xml:
test_executable += ' -x'
#rpath to shared lib, so test_runner can actually be executed
test_env.Append(LINKFLAGS = ['-Wl,-rpath,\\$$ORIGIN/../src'])
prog = test_env.Program('test_runner', tests)
cmd = test_env.Command(target='test_phony' ,
source = None,