summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2018-03-06 13:01:00 +0200
committerAlin Gabriel Serdean <aserdean@ovn.org>2018-03-08 04:11:07 +0200
commitd1309588dd3ba914a625690ec226d27d24b9aef3 (patch)
tree13f92d39726fef9ba73a17f107d821e0e7e88060 /tests
parent593e93e5fff692fff412035b00a2299bfb3c1598 (diff)
downloadopenvswitch-d1309588dd3ba914a625690ec226d27d24b9aef3.tar.gz
tests-windows: Add OpenSSL directory to autotest path
Running OpenSSL unit tests without it already being included in library path revealed a problem: the AUTOTEST_PATH does not include it. This patch adds a new variable `SSL_DIR` which will be added in AUTOTEST_PATH. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/automake.mk b/tests/automake.mk
index 18698ebc3..160908d05 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -136,7 +136,7 @@ SYSTEM_USERSPACE_TESTSUITE = $(srcdir)/tests/system-userspace-testsuite
SYSTEM_OFFLOADS_TESTSUITE = $(srcdir)/tests/system-offloads-testsuite
DISTCLEANFILES += tests/atconfig tests/atlocal
-AUTOTEST_PATH = utilities:vswitchd:ovsdb:vtep:tests:$(PTHREAD_WIN32_DIR_DLL):ovn/controller-vtep:ovn/northd:ovn/utilities:ovn/controller
+AUTOTEST_PATH = utilities:vswitchd:ovsdb:vtep:tests:$(PTHREAD_WIN32_DIR_DLL):$(SSL_DIR):ovn/controller-vtep:ovn/northd:ovn/utilities:ovn/controller
check-local:
set $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS); \