From a3ee6543b34b773568961e3d48f6ea30e65bc59c Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Tue, 8 Jul 2008 12:38:58 -0500 Subject: 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 --- testsuite/config/unix.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/config/unix.exp') 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" -- cgit