Skip to content

Commit

Permalink
scilab: hide too long identifier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marchetto committed Jul 24, 2014
1 parent b746eb7 commit bb4b674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/test-suite/scilab/Makefile.in
Expand Up @@ -36,6 +36,9 @@ TEST_DIR = $*.dir
RUNME_SCRIPT = $(TEST_DIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) RUNME_SCRIPT = $(TEST_DIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
SRC_RUNME_SCRIPT = $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) SRC_RUNME_SCRIPT = $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)


# Hide too long identifier warnings
SWIGOPT = -w720

# Rules for the different types of tests # Rules for the different types of tests
%.cpptest: %.cpptest:
$(setup) $(setup)
Expand Down

0 comments on commit bb4b674

Please sign in to comment.