Revision a1230f68
Added by Pierre-Loïc Garoche over 5 years ago
Makefile.in | ||
---|---|---|
8 | 8 |
LUSI_MPFR_LIB=include/mpfr_lustre.lusi |
9 | 9 |
LOCAL_BINDIR=bin |
10 | 10 |
LOCAL_DOCDIR=doc/manual |
11 |
BIN_TARGETS = lustrec lustret lustresf
|
|
11 |
BIN_TARGETS = lustrec lustret @lustresf_target@
|
|
12 | 12 |
|
13 | 13 |
DEFAULT_TEST_TARGET=COMPIL_LUS\|MAKE\|BIN\|DIFF |
14 |
DEFAULT_EXCLUDE_TEST=LUSTRET |
|
14 | 15 |
|
15 |
all: lustrec lustret
|
|
16 |
all: $(BIN_TARGETS)
|
|
16 | 17 |
|
17 | 18 |
lustrec: |
18 | 19 |
@echo Compiling binary lustrec |
... | ... | |
96 | 97 |
fi |
97 | 98 |
|
98 | 99 |
test-no-submit: test-config |
99 |
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test -R ${DEFAULT_TEST_TARGET} |
|
100 |
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test -R ${DEFAULT_TEST_TARGET} -E ${DEFAULT_EXCLUDE_TEST}
|
|
100 | 101 |
|
101 | 102 |
test-submit: test-config |
102 |
cd test; ctest -M Experimental -T Submit -R ${DEFAULT_TEST_TARGET} |
|
103 |
cd test; ctest -M Experimental -T Submit -R ${DEFAULT_TEST_TARGET} -E ${DEFAULT_EXCLUDE_TEST} |
|
104 |
|
|
103 | 105 |
|
104 | 106 |
test: test-config |
105 |
cd test; ctest -D Experimental -R ${DEFAULT_TEST_TARGET} |
|
107 |
cd test; ctest -D Experimental -R ${DEFAULT_TEST_TARGET} -E ${DEFAULT_EXCLUDE_TEST} |
|
108 |
|
|
106 | 109 |
|
107 | 110 |
test-full-no-submit: test-config |
108 | 111 |
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test |
Also available in: Unified diff
Solved issues with configure and ocaml libs dependencies