merge: fix paths

SVN revision: 77070
This commit is contained in:
Vincent Torri 2012-09-26 06:43:58 +00:00
parent 53f2bc0638
commit 588ef5884e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib/eet \
-I$(top_builddir)/src/include/eina \
-I$(top_builddir)/src/lib/eet \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests\" \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eet\" \
@CHECK_CFLAGS@ \
@EET_CFLAGS@

View File

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