Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
sso
Commits
efdc520f
Commit
efdc520f
authored
Sep 07, 2015
by
ale
Browse files
fix Python-based tests
parent
e48f9e2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mod_sso/test/Makefile.am
View file @
efdc520f
...
...
@@ -13,5 +13,9 @@ LDADD = $(builddir)/../libmod_sso.la $(GTEST_LIBS) $(APR_LIBS) -laprutil-1
sso_utils_unittest_SOURCES
=
sso_utils_unittest.cc
check-local
:
$(PYTHON)
$(srcdir)
/httpd_integration_test.py
env
\
LD_LIBRARY_PATH
=
$(top_builddir)
/src/sso/.libs
\
DYLD_LIBRARY_PATH
=
$(top_builddir)
/src/sso/.libs
\
PYTHONPATH
=
$(top_builddir)
/src/python
\
$(PYTHON)
$(srcdir)
/httpd_integration_test.py
src/sso_server/Makefile.am
View file @
efdc520f
...
...
@@ -5,6 +5,8 @@ all-local:
check-local
:
env
\
LD_LIBRARY_PATH
=
$(top_builddir)
/src/sso/.libs
\
DYLD_LIBRARY_PATH
=
$(top_builddir)
/src/sso/.libs
\
PYTHONPATH
=
$(top_builddir)
/src/python
\
nosetests
-v
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment