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
65d7d1d7
Commit
65d7d1d7
authored
3 years ago
by
BRUN Lelio
Browse files
Options
Downloads
Patches
Plain Diff
first try to integrate regression tests
parent
f1896ffa
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
dune
+0
-17
0 additions, 17 deletions
dune
tests
+1
-1
1 addition, 1 deletion
tests
with
7 additions
and
20 deletions
.gitlab-ci.yml
+
5
−
1
View file @
65d7d1d7
...
...
@@ -40,7 +40,7 @@ variables:
# value of any variable defined here.
DUNE_BUILD_TARGETS
:
"
@all"
DUNE_TEST_TARGETS
:
"
"
#"@runtest"
DUNE_TEST_TARGETS
:
"
@tests/regression_tests/runtest
"
#"@runtest"
DUNE_DOC_TARGETS
:
"
"
#"@doc"
# If you make one of these variables empty (: ""),
# the corresponding build step will be skipped.
...
...
@@ -104,8 +104,12 @@ build:
# See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27496 for more details.
artifacts
:
when
:
always
paths
:
-
artifacts/$OCAML_COMPILER
-
tests/regression_tests/test_results.xml
reports
:
junit
:
_build/default/tests/regression_tests/test_results.xml
# run this job only if a 'dune-project' file exists;
# (In particular, this will not run in your "pages" branch
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
1
−
1
View file @
65d7d1d7
[submodule "tests"]
path = tests
url = https://
cavale.enseeiht.fr/git
/lustrec-tests
url = https://
gitlab.isae-supaero.fr/lustrec
/lustrec-tests
.git
This diff is collapsed.
Click to expand it.
dune
+
0
−
17
View file @
65d7d1d7
...
...
@@ -38,20 +38,3 @@
(site
(lustrec testgen)))
(files share/FindLustre.cmake share/helpful_functions.cmake))
(rule
(alias ctest)
(deps
(alias default)
(source_tree tests/regression_tests))
(action
(chdir
tests/regression_tests
(progn
(run
cmake
"-DSUBPROJ=\"unstable\""
"-DLUSTRE_INCLUDE_DIR=%{project_root}/include"
"-DLUSTRE_COMPILER=%{bin:lustrec}"
.)
(run ctest -D Experimental -R "COMPIL_LUS|MAKE|BIN|DIFF" -E LUSTRET)))))
This diff is collapsed.
Click to expand it.
tests
@
eaca19f1
Subproject commit
0
ac
53ee0fbfc6ba8261ad8ab15173bd58c4d043c
Subproject commit
e
ac
a19f11a4a52e21cc831f597a72b655e416529
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