diff options
author | Stan Cox <scox@redhat.com> | 2009-01-13 17:17:47 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-01-13 17:17:47 -0500 |
commit | b899aa795f925edb7fad318d2e90bb9c3da90b24 (patch) | |
tree | 84b54062fe6df5d78264db1c68e02f4c7535cc6c /testsuite | |
parent | e40ff0adfa7decc9204389af87e1fd2de43f2400 (diff) | |
download | systemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.tar.gz systemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.tar.xz systemtap-steved-b899aa795f925edb7fad318d2e90bb9c3da90b24.zip |
Create the rpm subpackage systemtap-sdt-devel
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | testsuite/systemtap.base/static_uprobes.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index fe40eb67..ec5dc08e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-13 Stan Cox <scox@redhat.com> + + * systemtap.base/static_uprobes.exp: Use sdt.h + 2009-01-11 Wenji Huang <wenji.huang@oracle.com> * systemtap.base/badkprobe.exp: Add explicit timeout. diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index 354256db..34bd33a4 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -9,7 +9,7 @@ set fp [open $sup_srcpath "w"] puts $fp " #include <stdlib.h> #define USE_STAP_PROBE 1 -#include \"sduprobes.h\" +#include \"sdt.h\" foo () { |