helps if I commit an up-to-date SConscript

This commit is contained in:
Meredith L. Patterson 2013-11-21 01:23:04 -06:00
parent fb5c56b28e
commit 19290a75ac

View file

@ -14,9 +14,9 @@ phpenv.Command(['hammer.php', 'hammer_wrap.c', 'php_hammer.h'], 'hammer.i', 'swi
libhammer_php = phpenv.SharedLibrary('hammer', ['hammer_wrap.c'])
phptestenv = phpenv.Clone()
phptestenv['ENV']['LD_LIBRARY_PATH'] = os.path.dirname(str(libhammer_shared[0]))
tests = phptestenv.Dir('Tests/')
phptestenv.Command(tests, [libhammer_php], "phpunit -v --include-path "+os.getcwd()+" $TARGET")
#phptestenv = phpenv.Clone()
#phptestenv['ENV']['LD_LIBRARY_PATH'] = os.path.dirname(str(libhamm#er_shared[0]))
#tests = phptestenv.Dir('Tests/')
#phptestenv.Command(tests, [libhammer_php], "phpunit -v --include-path "+os.getcwd()+" $TARGET")