summaryrefslogtreecommitdiff
path: root/gnuradio-core
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core')
-rw-r--r--gnuradio-core/src/guile/tests/00_runtime_basics.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/guile/tests/00_runtime_basics.test b/gnuradio-core/src/guile/tests/00_runtime_basics.test
index 18b298f22..4a5d967a1 100644
--- a/gnuradio-core/src/guile/tests/00_runtime_basics.test
+++ b/gnuradio-core/src/guile/tests/00_runtime_basics.test
@@ -32,6 +32,7 @@
(define (vector-map f v)
(list->vector (map f (vector->list v))))
+(pass-if "Guile was built with threads" (not (not (memq 'threads *features*))))
(with-test-prefix "connect-1"
(let* ((src-data #(-5 -4 -3 -2 -1 0 1 2 3 4 5))