diff options
author | Tom Hacohen <tom@stosb.com> | 2013-03-12 12:46:06 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-03-12 12:46:06 +0000 |
commit | 3ba9311c0fc2774d9b5aaef395f82144a3312378 (patch) | |
tree | 73c3d2e1c8977afb69b513b9007a302db1a64d18 /src/Makefile_Eet.am | |
parent | b13fe184bfc393f2113a9de5114b3d72458f49f9 (diff) |
Tests: Output XML to build dir, not source dir.
Diffstat (limited to 'src/Makefile_Eet.am')
-rw-r--r-- | src/Makefile_Eet.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eet.am b/src/Makefile_Eet.am index 7646f0f880..8f0ebf2892 100644 --- a/src/Makefile_Eet.am +++ b/src/Makefile_Eet.am @@ -64,6 +64,7 @@ tests/eet/eet_suite.h tests_eet_eet_suite_CPPFLAGS = \ -DTESTS_WD=\"`pwd`\" \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eet\" \ +-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eet\" \ @CHECK_CFLAGS@ \ @EET_CFLAGS@ tests_eet_eet_suite_LDADD = @CHECK_LIBS@ @USE_EET_LIBS@ |