diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-20 21:30:25 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-20 21:30:25 +0000 |
commit | 6f816da47f2fa17a28c00cf175dd837e5a13727a (patch) | |
tree | 4f31b233d1b04d98a6fe4131c94a422464ccdd81 /src/Makefile_Eet.am | |
parent | 55845c5a3ed0d867e204f5a311e5c7c3f370963b (diff) |
efl/eet_suite: fix handling of certificate.
- do not chdir() during test, that's bad!
- try exhaustively to find the pem.
SVN revision: 81486
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eet.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eet.am b/src/Makefile_Eet.am index 7c7e8beca5..83c24759f1 100644 --- a/src/Makefile_Eet.am +++ b/src/Makefile_Eet.am | |||
@@ -87,7 +87,8 @@ tests_eet_eet_suite_CPPFLAGS = \ | |||
87 | -I$(top_srcdir)/src/lib/eina \ | 87 | -I$(top_srcdir)/src/lib/eina \ |
88 | -I$(top_builddir)/src/lib/eina \ | 88 | -I$(top_builddir)/src/lib/eina \ |
89 | -I$(top_srcdir)/src/lib/eet \ | 89 | -I$(top_srcdir)/src/lib/eet \ |
90 | -DTESTS_SRC_DIR=\"`pwd`/$(top_srcdir)\" \ | 90 | -DTESTS_WD=\"`pwd`\" \ |
91 | -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eet\" \ | ||
91 | @CHECK_CFLAGS@ \ | 92 | @CHECK_CFLAGS@ \ |
92 | @EET_CFLAGS@ | 93 | @EET_CFLAGS@ |
93 | 94 | ||