summaryrefslogtreecommitdiffstats
path: root/tests/btparser/thread.at
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-10-14 16:53:53 +0200
committerKarel Klic <kklic@redhat.com>2010-10-14 16:53:53 +0200
commit04fd9f5fcd10dc9bd22818490b5c91388728519c (patch)
treeef69bac7af45ce95f97dfa29a20448b67fa986f1 /tests/btparser/thread.at
parent8736445793d459e8acd5b5b13c6d786232406f48 (diff)
downloadabrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.tar.gz
abrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.tar.xz
abrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.zip
btparser integration: fix tests
Diffstat (limited to 'tests/btparser/thread.at')
-rw-r--r--tests/btparser/thread.at36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/btparser/thread.at b/tests/btparser/thread.at
index 143a8e1f..c36b796f 100644
--- a/tests/btparser/thread.at
+++ b/tests/btparser/thread.at
@@ -7,10 +7,10 @@ AT_BANNER([Threads])
## ----------------------- ##
AT_TESTFUN([btp_thread_remove_frame],
[[
-#include <lib/thread.h>
-#include <lib/frame.h>
-#include <lib/location.h>
-#include <lib/utils.h>
+#include <thread.h>
+#include <frame.h>
+#include <location.h>
+#include <utils.h>
#include <assert.h>
#include <stdlib.h>
@@ -71,10 +71,10 @@ int main(void)
## ------------------------------ ##
AT_TESTFUN([btp_thread_remove_frames_above],
[[
-#include <lib/thread.h>
-#include <lib/frame.h>
-#include <lib/location.h>
-#include <lib/utils.h>
+#include <thread.h>
+#include <frame.h>
+#include <location.h>
+#include <utils.h>
#include <assert.h>
#include <stdlib.h>
@@ -136,10 +136,10 @@ int main(void)
## -------------------------------- ##
AT_TESTFUN([btp_thread_remove_frames_below_n],
[[
-#include <lib/thread.h>
-#include <lib/frame.h>
-#include <lib/location.h>
-#include <lib/utils.h>
+#include <thread.h>
+#include <frame.h>
+#include <location.h>
+#include <utils.h>
#include <assert.h>
#include <stdlib.h>
@@ -203,9 +203,9 @@ int main(void)
AT_TESTFUN([btp_thread_parse],
[[
-#include <lib/thread.h>
-#include <lib/frame.h>
-#include <lib/location.h>
+#include <thread.h>
+#include <frame.h>
+#include <location.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
@@ -285,9 +285,9 @@ int main(void)
AT_TESTFUN([btp_thread_parse-locations],
[[
-#include <lib/thread.h>
-#include <lib/frame.h>
-#include <lib/location.h>
+#include <thread.h>
+#include <frame.h>
+#include <location.h>
#include <assert.h>
#include <stdlib.h>