gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12153: build and run the test at ch


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12153: build and run the test at check time.
Date: Wed, 14 Apr 2010 18:40:40 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12153
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-04-14 18:40:40 -0600
message:
  build and run the test at check time.
modified:
  plugin/npapi/Makefile.am
=== modified file 'plugin/npapi/Makefile.am'
--- a/plugin/npapi/Makefile.am  2010-04-14 19:48:12 +0000
+++ b/plugin/npapi/Makefile.am  2010-04-15 00:40:40 +0000
@@ -68,8 +68,23 @@
 
 # Scriptable plugin support
 if SCRIPTABLE
-noinst_HEADERS += pluginScriptObject.h callbacks.h
-libgnashplugin_la_SOURCES += pluginScriptObject.cpp callbacks.cpp
+check_PROGRAMS = test
+test_LDADD  = \
+       $(GLIB_LIBS) \
+       $(NULL)
+test_SOURCES = test.cpp \
+       external.cpp
+
+noinst_HEADERS += pluginScriptObject.h \
+        callbacks.h \
+       external.h
+libgnashplugin_la_SOURCES += pluginScriptObject.cpp \
+       callbacks.cpp \
+       external.cpp
+
+check:
+       ./test
+
 endif
 
 if PLUGIN_LINK_UNDEFINED


reply via email to

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