Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add check examples targets
  • Loading branch information
Soeren Sonnenburg committed Aug 26, 2011
1 parent ef7f6a3 commit 3997e8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Makefile.template
Expand Up @@ -378,10 +378,19 @@ check-examples-python_modular:
cd $(CONFIGPATH)/../examples/undocumented/python_modular && \
( $(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) PYTHON=$(PYTHON) \
PYTHONPATH="$(DESTDIR)$(PYDIR)" ./check.sh )

run-testsuite-java_modular:
#TODO
check-examples-java_modular:
cd $(CONFIGPATH)/../examples/undocumented/java_modular && \
( $(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) ./check.sh )

run-testsuite-csharp_modular:
#TODO
check-examples-csharp_modular:
cd $(CONFIGPATH)/../examples/undocumented/csharp_modular && \
( $(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) ./check.sh )

run-testsuite-r_modular:
cd $(CONFIGPATH)/../testsuite/r_modular && \
( $(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) \
Expand All @@ -406,6 +415,7 @@ check-examples-lua_modular:
cd $(CONFIGPATH)/../examples/undocumented/lua_modular && \
( $(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) \
LUA_CPATH="$(DESTDIR)$(LUA_EXTENSIONS_INSTALL_DIR)/?.so" ./check.sh )

run-testsuite-ruby_modular:
#TODO
check-examples-ruby_modular:
Expand Down

0 comments on commit 3997e8d

Please sign in to comment.