gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9615: add testcase for as_value conv


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9615: add testcase for as_value conversions
Date: Tue, 02 Sep 2008 21:27:38 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9615
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2008-09-02 21:27:38 -0600
message:
  add testcase for as_value conversions
modified:
  testsuite/libcore.all/Makefile.am
=== modified file 'testsuite/libcore.all/Makefile.am'
--- a/testsuite/libcore.all/Makefile.am 2008-07-22 21:24:49 +0000
+++ b/testsuite/libcore.all/Makefile.am 2008-09-03 03:27:38 +0000
@@ -20,6 +20,8 @@
 
 AM_CPPFLAGS = \
         -I$(top_srcdir)/testsuite  \
+        -I$(top_srcdir)/libamf  \
+        -I$(top_srcdir)/libnet  \
         -I$(top_srcdir)/libbase  \
         -I$(top_srcdir)/libcore  \
         -I$(top_srcdir)/libcore/parser  \
@@ -40,6 +42,7 @@
        AsValueTest \
        ClassSizes \
        SafeStackTest \
+       AsValue \
        $(NULL)
 
 CLEANFILES = \
@@ -110,6 +113,11 @@
        $(GNASH_LIBS) \
        $(NULL)
 
+AsValue_SOURCES = AsValue.cpp
+AsValue_LDADD = \
+       $(GNASH_LIBS) \
+       $(NULL)
+
 SafeStackTest_SOURCES = SafeStackTest.cpp
 SafeStackTest_LDADD = \
        $(GNASH_LIBS) \


reply via email to

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