[Scons-dev] LIBPATH test
Tom Tanner (BLOOMBERG/ LONDON)
ttanner2 at bloomberg.net
Mon Sep 30 10:39:10 EDT 2013
I ran the full tests in a clean clone and I got this:
$ ./runtest.py test/Libs/LIBPATH.py
1/1 (100.00%) /usr/bin/python -tt test/Libs/LIBPATH.py
STDOUT =========================================================================
1,6c1,5
< scons\:\ Reading\ SConscript\ files\ \.\.\.\
< scons\:\ done\ reading\ SConscript\ files\.\
< scons\:\ Building\ targets\ \.\.\.\
< scons\:\ \`\.\'\ is\ up\ to\ date\.\
< scons\:\ done\ building\ targets\.\
< .*
---
> scons: Reading SConscript files ...
> scons: done reading SConscript files.
> scons: Building targets ...
> gcc -o libshlib.so -shared shlib.os -L. -Llib2 -lfoo2
> scons: done building targets.
This seems to be new since the weekend
More information about the Scons-dev
mailing list