summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/sdt.exp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-02-18 14:45:39 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-02-18 14:45:39 -0500
commit215c7a01b0d88eae2b0e3529412f3d95525b8ede (patch)
tree285e4195ef1ede518616bb47e10be2fd16418650 /testsuite/systemtap.base/sdt.exp
parent5b8e1e3b252c97bc8100f2ef943b812f842b8adb (diff)
downloadsystemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.gz
systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.xz
systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.zip
PR11296: switch to "sys/sdt.h" in test cases
Diffstat (limited to 'testsuite/systemtap.base/sdt.exp')
-rw-r--r--testsuite/systemtap.base/sdt.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/sdt.exp b/testsuite/systemtap.base/sdt.exp
index 8a77cc06..26ed15cd 100644
--- a/testsuite/systemtap.base/sdt.exp
+++ b/testsuite/systemtap.base/sdt.exp
@@ -27,7 +27,7 @@ set testprog "sdt.c.exe.$i"
# C
set test_flags "additional_flags=-g"
-set test_flags "$test_flags additional_flags=-I$srcdir/../includes/sys"
+set test_flags "$test_flags additional_flags=-I$srcdir/../includes"
set test_flags "$test_flags additional_flags=-Wall"
set test_flags "$test_flags additional_flags=-Wextra"
set test_flags "$test_flags additional_flags=-Werror $pbtype_flag"
@@ -55,7 +55,7 @@ catch {exec rm -f $testprog}
set testprog "sdt.cxx.exe.$i"
set test_flags "additional_flags=-g"
-set test_flags "$test_flags additional_flags=-I$srcdir/../includes/sys"
+set test_flags "$test_flags additional_flags=-I$srcdir/../includes"
set test_flags "$test_flags additional_flags=-Wall"
set test_flags "$test_flags additional_flags=-Werror"
set test_flags "$test_flags additional_flags=-x additional_flags=c++ $pbtype_flag"