[Synopsis-changes] Synopsis/Synopsis/tests/Processors/Linker/second synopsis.py,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 16:34:32 UTC 2003


Update of /cvs/synopsis/Synopsis/tests/Processors/Linker/second
In directory frida:/tmp/cvs-serv10271/tests/Processors/Linker/second

Added Files:
	synopsis.py 
Log Message:
new linker tests

--- NEW FILE: synopsis.py ---
from Synopsis.process import process
from Synopsis.Processor import Composite
from Synopsis.Parsers import Cxx
from Synopsis.Processors import Linker
from Synopsis.Formatters import Dump

process(parse = Composite(Cxx.Parser(),
                          Linker(),
                          Dump.Formatter(show_ids = False)))





More information about the Synopsis-changes mailing list