Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Add a new unity test

Add a new unity test · Changes

Page history
Update Add a new unity test authored Mar 05, 2021 by Ricard Borrell's avatar Ricard Borrell
Show whitespace changes
Inline Side-by-side
Add-a-new-unity-test.md
View page @ ca49b05a
...@@ -18,7 +18,7 @@ In this folder add also the file "CMakeLists.txt" that you can find within the o ...@@ -18,7 +18,7 @@ In this folder add also the file "CMakeLists.txt" that you can find within the o
In the root folder that contains all the tests, edit the file "CMakeLists.txt" add your subdirectory: In the root folder that contains all the tests, edit the file "CMakeLists.txt" add your subdirectory:
add_subdirectory(unitt_test_name) `add_subdirectory(unitt_test_name)`
## Add and commit the files ## Add and commit the files
...@@ -29,4 +29,4 @@ Add and commit the files that are required to run your test. Do not commit to th ...@@ -29,4 +29,4 @@ Add and commit the files that are required to run your test. Do not commit to th
In your build directory, run the command: In your build directory, run the command:
make test `make test`
Clone repository
  • Home
  • User
    • Presentation
    • SSH configuration
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Add a new test
    • Add a new unity test
    • Test configuration
    • Base file format
    • Manage the tolerances
    • Troubleshooting
  • Benchmarks
    • Database UML
    • Add a new benchmark