Skip to content
Snippets Groups Projects
Commit 3a4cc4d5 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

More tests in default test target: main focus on C backend

parent 489bd646
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ LUSI_MPFR_LIB=include/mpfr_lustre.lusi
LOCAL_BINDIR=bin
LOCAL_DOCDIR=doc/manual
DEFAULT_TEST_TARGET=COMPIL_LUS\|MAKE\|BIN\|DIFF
all: lustrec lustret
lustrec:
......@@ -83,13 +85,13 @@ test-config: ${bindir}/lustrec
fi
test-no-submit: test-config
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test -R COMPIL_LUSTRE
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test -R ${DEFAULT_TEST_TARGET}
test-submit: test-config
cd test; ctest -M Experimental -T Submit -R COMPIL_LUSTRE
cd test; ctest -M Experimental -T Submit -R ${DEFAULT_TEST_TARGET}
test: test-config
cd test; ctest -D Experimental -R COMPIL_LUSTRE
cd test; ctest -D Experimental -R ${DEFAULT_TEST_TARGET}
test-full-no-submit: test-config
cd test; ctest -M Experimental -T Start -T Update -T Configure -T Build -T Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment