check: disable ABI checks
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 17:32:53 +0000 (18:32 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 17:32:53 +0000 (18:32 +0100)
tests/check/Makefile.am

index 31db03d..917dd02 100644 (file)
@@ -35,6 +35,7 @@ endif
 
 # Do not run the abi test in case any option which causes the API to change has
 # been used
+if FALSE
 if !GST_DISABLE_LOADSAVE
 if !GST_DISABLE_REGISTRY
 if !GST_DISABLE_TRACE
@@ -42,6 +43,11 @@ ABI_CHECKS = gst/gstabi
 endif
 endif
 endif
+endif
+
+if FALSE
+LIBSABI_CHECKS = libs/libsabi
+endif
 
 if HAVE_CXX
 CXX_CHECKS = gst/gstcpp
@@ -115,7 +121,7 @@ check_PROGRAMS =                            \
        generic/states                          \
        $(PARSE_CHECKS)                         \
        $(REGISTRY_CHECKS)                      \
-       libs/libsabi                            \
+       $(LIBSABI_CHECKS)                       \
        libs/gdp                                \
        libs/adapter                            \
        libs/bitreader                          \