Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faust group
faust
Commits
77699a6a
Commit
77699a6a
authored
2 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Complete README part about C++ tests.
parent
1f1a7aa2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README-tests-ci-release.md
+9
-3
9 additions, 3 deletions
README-tests-ci-release.md
with
9 additions
and
3 deletions
README-tests-ci-release.md
+
9
−
3
View file @
77699a6a
...
...
@@ -126,17 +126,21 @@ to pursue for a larger coverage.
3.
FAµST C++ core tests
</a>
**
### 3.1 Tests
###
#
3.1 Tests
-
Directory location:
``misc/test/src/C++``
and
``misc/test/src/C++/unit``
### 3.2 Gitlab continuous integration (ci) job
###
#
3.2 Gitlab continuous integration (ci) job
s
<a
name=
"cpp_test_ci_jobs"
/>
-
Gitlab ci job:
``ctest``
performs C++ tests.
-
Note that for a matter of pipeline speed this ci job runs only if there are changes in
``src/**/*``
or
``misc/test/src/C++/**/*``
.
For the same reason another ci job named
``ctest_nightly``
is made to run the tests that are very slow/long. They are enabled through the cmake option
``SLOW_TESTS``
(which is defaultly set to
``OFF``
). There is one job version for each supported OS (
``ctest_nightly_linux``
,
``ctest_nightly_macos``
,
``ctest_nightly_win10``
), for the moment the macos' is disabled mainly because the macos' runs in monothread (see
``.gitlab-ci.yml``
).
-
For more details about ctest, take a look at
[
2.2
](
#py_mat_test_ci_jobs
)
.
### 3.3 Test report on Gitlab pages
###
#
3.3 Test report on Gitlab pages
<a
name=
"cpp_test_report"
/>
-
On the end of
``ctest``
ci job execution a test report in HTML
...
...
@@ -147,6 +151,8 @@ to pursue for a larger coverage.
(if this link doesn't work, the associated pipeline has been deleted on Gitlab,
please look
[
here
](
https://gitlab.inria.fr/faustgrp/faust/-/jobs
)
for a recent
``ctest``
output).
-
At the time of writing it exist 167 C++ tests ran by the ctest ci job. It includes many unit tests and all these tests passed the latest pipeline.
**
<a
name=
"test_release_packages"
>
4.
Package tests and automatic release
</a>
**
...
...
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