summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/dtrace.exp
Commit message (Collapse)AuthorAgeFilesLines
* Add dtrace -I support.Mark Wielaard2009-12-081-13/+59
| | | | | | | | dtrace -I is used to pass through include paths to cpp when run. Thanks to David Malcolm <dmalcolm@redhat.com> for python coding and testing. * dtrace.in: Add -I support. * testsuite/systemtap.base/dtrace.exp: Add testcases for -C -I and -G -I.
* Have dtrace use [wd] as the default dir when -o isn't given.Stan Cox2009-08-281-5/+4
| | | | | * dtrace.in: Generate the output file from basename of input filename. * dtrace.exp: Adjust the tests accordingly.
* * dtrace.in: Support -C, preprocess with cpp, which upstream postgresStan Cox2009-08-201-3/+20
| | | | is now using.
* * dtrace.in: Honor the dirname for the output file.Stan Cox2009-08-181-0/+118
* testsuite/systemtap.base/dtrace.exp: New test.