diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-08 12:38:58 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-09 07:09:20 -0400 |
commit | a3ee6543b34b773568961e3d48f6ea30e65bc59c (patch) | |
tree | 51b90552e9b7cc9438d3108a13442d24fe1fd240 /testsuite/config/unix.exp | |
parent | 0b8f65798e0b454ccaab1d93925c3e034d4f5624 (diff) | |
download | systemtap-steved-a3ee6543b34b773568961e3d48f6ea30e65bc59c.tar.gz systemtap-steved-a3ee6543b34b773568961e3d48f6ea30e65bc59c.tar.xz systemtap-steved-a3ee6543b34b773568961e3d48f6ea30e65bc59c.zip |
Add test suite for declaration resolution
This adds the test declaration.exp which checks that specific named
declarations inside the kernel both fail and succeed. We get the
failure by only using a single compile unit which is currently known
to have the structure stubbed. We get exactly the same declaration to
succeed by adding a CU that is known to have the declaration.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'testsuite/config/unix.exp')
-rw-r--r-- | testsuite/config/unix.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index 625c5604..52560cac 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -3,3 +3,4 @@ load_lib "stap_run2.exp" load_lib "stap_run_exact.exp" load_lib "stap_run_binary.exp" load_lib "stap_run.exp" +load_lib "stap_compile.exp" |