diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-12-01 15:15:54 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2010-12-02 14:57:43 +0100 |
commit | 79dfeab63b0dd8e66f19fc0d75e33a0e44949ef9 (patch) | |
tree | 42b587a96cfe25b397a9b9c1937cbc774bf160cd /scilab/modules/intersci | |
parent | d30ad9c8b282c84dfec92832dccb9581a71c88af (diff) | |
download | scilab-79dfeab63b0dd8e66f19fc0d75e33a0e44949ef9.zip scilab-79dfeab63b0dd8e66f19fc0d75e33a0e44949ef9.tar.gz |
Also install java unitary tests (may contain very usefull tests cases)
Change-Id: I2c20849907dbbd814c6df067672a6fe76486dca9
Diffstat (limited to 'scilab/modules/intersci')
-rw-r--r-- | scilab/modules/intersci/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index a12f6d1..79e3da0 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -495,7 +495,7 @@ MACROBUILDMASK = *.sce | |||
495 | # Mask of the Scilab compiled macros | 495 | # Mask of the Scilab compiled macros |
496 | MACROBINMASK = *.bin | 496 | MACROBINMASK = *.bin |
497 | # List of the standard directory for tests | 497 | # List of the standard directory for tests |
498 | TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests | 498 | TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java |
499 | # Where the demos should be installed | 499 | # Where the demos should be installed |
500 | pkgdemosdir = $(mydatadir) | 500 | pkgdemosdir = $(mydatadir) |
501 | # List of the standard directory for demos | 501 | # List of the standard directory for demos |