gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9826: don't have generate_amfbins.cp


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9826: don't have generate_amfbins.cpp in check_PROGRAMS, it's not a test case.
Date: Mon, 01 Dec 2008 12:54:57 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9826
committer: address@hidden
branch nick: rtmp
timestamp: Mon 2008-12-01 12:54:57 -0700
message:
  don't have generate_amfbins.cpp in check_PROGRAMS, it's not a test case.
modified:
  testsuite/libnet.all/Makefile.am
=== modified file 'testsuite/libnet.all/Makefile.am'
--- a/testsuite/libnet.all/Makefile.am  2008-11-13 01:15:31 +0000
+++ b/testsuite/libnet.all/Makefile.am  2008-12-01 19:54:57 +0000
@@ -44,6 +44,9 @@
        $(DEJAGNU_CFLAGS) \
        $(PTHREAD_CFLAGS)
 
+# this is a utility program used to generate binary AMF files for testing 
protocols.
+noinst_PROGRAMS = generate_amfbins
+
 check_PROGRAMS = \
        test_cque \
        test_handler \
@@ -52,6 +55,10 @@
        test_cache
 #      test_rtmp 
 
+generate_amfbins_SOURCES = generate_amfbins.cpp
+generate_amfbins_LDADD = $(AM_LDFLAGS) 
+generate_amfbins_DEPENDENCIES = site-update
+
 test_http_SOURCES = test_http.cpp
 test_http_LDADD = $(AM_LDFLAGS) 
 test_http_DEPENDENCIES = site-update
@@ -85,7 +92,8 @@
 
 CLEANFILES =  \
        site.exp.bak \
-       testrun.* 
+       testrun.* \
+       *.bin
 
 check-DEJAGNU: site-update
        @runtest=$(RUNTEST); \


reply via email to

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