gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9705: move test_diskstream from cygn


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9705: move test_diskstream from cygnal to libnet.
Date: Thu, 06 Nov 2008 12:59:09 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9705
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2008-11-06 12:59:09 -0700
message:
  move test_diskstream from cygnal to libnet.
modified:
  cygnal/testsuite/cygnal.all/Makefile.am
  testsuite/libnet.all/Makefile.am
=== modified file 'cygnal/testsuite/cygnal.all/Makefile.am'
--- a/cygnal/testsuite/cygnal.all/Makefile.am   2008-11-03 18:06:04 +0000
+++ b/cygnal/testsuite/cygnal.all/Makefile.am   2008-11-06 19:59:09 +0000
@@ -22,8 +22,7 @@
 
 noinst_LTLIBRARIES = libcygnal.la
 libcygnal_la_SOURCES = \
-       $(top_builddir)/cygnal/crc.cpp \
-       $(top_builddir)/cygnal/diskstream.cpp
+       $(top_builddir)/cygnal/crc.cpp
 
 libcygnal_la_LDFLAGS = \
        $(top_builddir)/libamf/libgnashamf.la
@@ -52,17 +51,12 @@
                $(PTHREAD_CFLAGS)
 
 check_PROGRAMS = \
-       test_crc \
-       test_diskstream
+       test_crc
 
 test_crc_SOURCES = test_crc.cpp
 test_crc_LDADD = $(AM_LDFLAGS) 
 test_crc_DEPENDENCIES = site-update
 
-test_diskstream_SOURCES = test_diskstream.cpp
-test_diskstream_LDADD = $(AM_LDFLAGS) 
-test_diskstream_DEPENDENCIES = site-update
-
 # Rebuild with GCC 4.x Mudflap support
 mudflap:
        @echo "Rebuilding with GCC Mudflap support"

=== modified file 'testsuite/libnet.all/Makefile.am'
--- a/testsuite/libnet.all/Makefile.am  2008-10-25 17:25:58 +0000
+++ b/testsuite/libnet.all/Makefile.am  2008-11-06 19:59:09 +0000
@@ -47,13 +47,18 @@
 check_PROGRAMS = \
        test_cque \
        test_handler \
-       test_http
+       test_http \
+       test_diskstream
 #      test_rtmp 
 
 test_http_SOURCES = test_http.cpp
 test_http_LDADD = $(AM_LDFLAGS) 
 test_http_DEPENDENCIES = site-update
 
+test_diskstream_SOURCES = test_diskstream.cpp
+test_diskstream_LDADD = $(AM_LDFLAGS) 
+test_diskstream_DEPENDENCIES = site-update
+
 #test_rtmp_SOURCES = test_rtmp.cpp
 #test_rtmp_LDADD = $(AM_LDFLAGS) 
 #test_rtmp_DEPENDENCIES = site-update


reply via email to

[Prev in Thread] Current Thread [Next in Thread]