aboutsummaryrefslogtreecommitdiff
path: root/pw_thread_threadx/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_thread_threadx/BUILD.gn')
-rw-r--r--pw_thread_threadx/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/pw_thread_threadx/BUILD.gn b/pw_thread_threadx/BUILD.gn
index fb314380c..874f88d5c 100644
--- a/pw_thread_threadx/BUILD.gn
+++ b/pw_thread_threadx/BUILD.gn
@@ -201,8 +201,8 @@ pw_test_group("tests") {
tests = [ ":thread_backend_test" ]
}
-pw_source_set("test_threads") {
- public_deps = [ "$dir_pw_thread:test_threads" ]
+pw_source_set("non_portable_test_thread_options") {
+ public_deps = [ "$dir_pw_thread:non_portable_test_thread_options" ]
sources = [ "test_threads.cc" ]
deps = [
"$dir_pw_chrono:system_clock",
@@ -216,7 +216,7 @@ pw_source_set("test_threads") {
pw_test("thread_backend_test") {
enable_if = pw_thread_THREAD_BACKEND == "$dir_pw_thread_threadx:thread"
deps = [
- ":test_threads",
+ ":non_portable_test_thread_options",
"$dir_pw_thread:thread_facade_test",
]
}