From dde5c1e9d2aa5e236984aba6e6e10bbfb8a56505 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 19 May 2004 17:47:26 +0000 Subject: [PATCH] fix autotest Original commit message from CVS: fix autotest --- ChangeLog | 5 +++++ libs/gst/dataprotocol/Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 799e88e..56a8f7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2004-05-19 Thomas Vander Stichele * libs/gst/dataprotocol/Makefile.am: + add to autotest + +2004-05-19 Thomas Vander Stichele + + * libs/gst/dataprotocol/Makefile.am: * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_header_from_buffer), (gst_dp_packet_from_caps), (gst_dp_packet_from_event), (gst_dp_event_from_packet): diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am index d2e8db6..c9cf8d9 100644 --- a/libs/gst/dataprotocol/Makefile.am +++ b/libs/gst/dataprotocol/Makefile.am @@ -24,8 +24,7 @@ uninstall-local: as-libtool-uninstall-local include $(top_srcdir)/common/as-libtool.mak # regression test -check_PROGRAMS = dataprotocol-test +TESTS = dataprotocol-test dataprotocol_test_SOURCES = dataprotocol-test.c dataprotocol.c dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs dataprotocol_test_LDADD = $(GST_OBJ_LIBS) - -- 2.7.4