(Logical change 1.270)
diff --git a/tests/Ltest-bt.c b/tests/Ltest-bt.c
index e69de29..3489bf0 100644
--- a/tests/Ltest-bt.c
+++ b/tests/Ltest-bt.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if !defined(UNW_REMOTE_ONLY)
+#include "Gtest-bt.c"
+#endif