fix autotest
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 19 May 2004 17:47:26 +0000 (17:47 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 19 May 2004 17:47:26 +0000 (17:47 +0000)
Original commit message from CVS:
fix autotest

ChangeLog
libs/gst/dataprotocol/Makefile.am

index 799e88e..56a8f7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * libs/gst/dataprotocol/Makefile.am:
+          add to autotest
+
+2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * 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):
index d2e8db6..c9cf8d9 100644 (file)
@@ -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)
-