Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add tests target to interfaces too
  • Loading branch information
Soeren Sonnenburg committed Jul 3, 2012
1 parent a73124b commit 9bf4f00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.template
Expand Up @@ -314,6 +314,10 @@ install-csharp_modular: $(TEMPLATE_TARGET)
install -m644 modshogun.dll "$(DESTDIR)$(LIBDIR)/cli/shogun"
install -m755 $(SWIGLIBFILES) "$(DESTDIR)$(LIBDIR)/cli/shogun"

tests:
$(MAKE) check-examples
$(MAKE) run-testsuite

run-testsuite: run-testsuite-template
check-examples: check-examples-template

Expand Down

0 comments on commit 9bf4f00

Please sign in to comment.