efl: Next fix for eet test suite. This time buildir != srcdir.

This fixes the cert dir detection for normal as well as buildbot builds
for me.

SVN revision: 79885
This commit is contained in:
Stefan Schmidt 2012-11-30 11:51:11 +00:00
parent ba3a53b5c2
commit f9e04d392a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "eet_suite.h"
#define CERT_DIR ((*TESTS_SRC_DIR == '/') ? TESTS_SRC_DIR : "src/tests/eet/")
#define CERT_DIR ((*TESTS_SRC_DIR == '/') ? TESTS_SRC_DIR"/src/tests/eet/" : "src/tests/eet/")
START_TEST(eet_test_init)
{