Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Commits
3a4cc4d5
Commit
3a4cc4d5
authored
7 years ago
by
Pierre Loic Garoche
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.in
+5
-3
5 additions, 3 deletions
Makefile.in
with
5 additions
and
3 deletions
Makefile.in
+
5
−
3
View file @
3a4cc4d5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment