aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/thread/break_after_join/Makefile1
-rw-r--r--lldb/test/functionalities/thread/create_during_step/Makefile1
-rw-r--r--lldb/test/functionalities/thread/exit_during_break/Makefile1
-rw-r--r--lldb/test/functionalities/thread/multi_break/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/break_after_join/Makefile b/lldb/test/functionalities/thread/break_after_join/Makefile
index 26db481..67aa166 100644
--- a/lldb/test/functionalities/thread/break_after_join/Makefile
+++ b/lldb/test/functionalities/thread/break_after_join/Makefile
@@ -1,4 +1,5 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules
diff --git a/lldb/test/functionalities/thread/create_during_step/Makefile b/lldb/test/functionalities/thread/create_during_step/Makefile
index 26db481..67aa166 100644
--- a/lldb/test/functionalities/thread/create_during_step/Makefile
+++ b/lldb/test/functionalities/thread/create_during_step/Makefile
@@ -1,4 +1,5 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules
diff --git a/lldb/test/functionalities/thread/exit_during_break/Makefile b/lldb/test/functionalities/thread/exit_during_break/Makefile
index 26db481..67aa166 100644
--- a/lldb/test/functionalities/thread/exit_during_break/Makefile
+++ b/lldb/test/functionalities/thread/exit_during_break/Makefile
@@ -1,4 +1,5 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules
diff --git a/lldb/test/functionalities/thread/multi_break/Makefile b/lldb/test/functionalities/thread/multi_break/Makefile
index 26db481..67aa166 100644
--- a/lldb/test/functionalities/thread/multi_break/Makefile
+++ b/lldb/test/functionalities/thread/multi_break/Makefile
@@ -1,4 +1,5 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules