summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/sdt.c
Commit message (Collapse)AuthorAgeFilesLines
* PR11296: switch to "sys/sdt.h" in test casesFrank Ch. Eigler2010-02-181-1/+1
|
* improve sdt.h compatibility and test suiteFrank Ch. Eigler2009-03-111-0/+2
| | | | | | Replaced cpp VA_ARGS in sdt.h with explicit enumeration of arguments (since with -pedantic, cpp has no varargs), and added a few more cflags variants to the sdt.exp test case.
* Add new sdt.exp testcase.Mark Wielaard2009-03-091-0/+69
* testsuite/systemtap.base/sdt.exp: New test file. * testsuite/systemtap.base/sdt.stp: Likewise. * testsuite/systemtap.base/sdt.c: Likewise.