diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-26 18:19:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-26 18:19:11 +0200 |
commit | 6e6908e15050600dc03b725d346720245913210e (patch) | |
tree | 009dfdca2216f192b3e458287dc6fcd3a2a3cffc /tests/suite | |
parent | 2a97c52a0fa97ed1304fe060571bd4459c11d16a (diff) | |
download | gnutls-6e6908e15050600dc03b725d346720245913210e.tar.gz |
use the same environment in all tests
Diffstat (limited to 'tests/suite')
-rw-r--r-- | tests/suite/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 22abfedf26..438cda0ec0 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -86,6 +86,11 @@ nodist_check_SCRIPTS = eagain testsrn testcompat chain invalid-cert testrandom TESTS = eagain testsrn testcompat chain invalid-cert +TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ + LC_ALL="C" \ + top_builddir="$(top_builddir)" \ + srcdir="$(srcdir)" + if ENABLE_DANE TESTS += testdane endif |