summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 68372adc76..c2e08aa3df 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -184,6 +184,14 @@ src_test_test_SOURCES += \
src/test/testing_common.c \
src/test/testing_rsakeys.c \
src/ext/tinytest.c
+
+if USE_NSS
+# ...
+else
+src_test_test_SOURCES += \
+ src/test/test_tortls_openssl.c
+endif
+
endif
src_test_test_slow_SOURCES =