scilab: hide too long identifier warnings
This commit is contained in:
parent
b746eb7f9a
commit
bb4b6742eb
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ TEST_DIR = $*.dir
|
|||
RUNME_SCRIPT = $(TEST_DIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
|
||||
SRC_RUNME_SCRIPT = $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
|
||||
|
||||
# Hide too long identifier warnings
|
||||
SWIGOPT = -w720
|
||||
|
||||
# Rules for the different types of tests
|
||||
%.cpptest:
|
||||
$(setup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue