projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0c28
)
check: Use GST_CFLAGS when building tests
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Fri, 5 Aug 2011 10:27:18 +0000
(12:27 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Fri, 5 Aug 2011 10:28:05 +0000
(12:28 +0200)
Ensures we have the proper define for using unstable API
tests/check/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index 4f32d550524b0b57de05a74ae3630ec13a55a41b..f219428217df96e93167449803c42bf294f7771a 100644
(file)
--- a/
tests/check/Makefile.am
+++ b/
tests/check/Makefile.am
@@
-169,7
+169,7
@@
VALGRIND_TO_FIX = \
TESTS = $(check_PROGRAMS)
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
- $(GST_OPTION_CFLAGS) -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
+ $(GST_OPTION_CFLAGS)
$(GST_CFLAGS)
-DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)