summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 01:02:30 +0000
committerOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 01:02:30 +0000
commit52aef2699700c957015c8ce88c5c75f756ffc86f (patch)
tree0fe1f1138a9850b75d58c0ceeaf051f90d022ad7 /Makefile.in
parent07d5ec24cebcaa7a08425fa4780937b3bca9fae5 (diff)
downloadswig-52aef2699700c957015c8ce88c5c75f756ffc86f.tar.gz
Add examples check list for batch runs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index adc971455..0a485cd33 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,7 +175,7 @@ cffi_examples :=
r_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/r/check.list)
go_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/go/check.list)
d_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/d/check.list)
-javascript_examples:=
+javascript_examples:=$(shell sed '/^\#/d' $(srcdir)/Examples/javascript/check.list)
# all examples
check-%-examples :