for_developers:testing
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| for_developers:testing [2021/05/25 14:09] – [Suppress Logger Output] ursgraf | for_developers:testing [2025/06/04 16:03] (current) – [Suppress Logger Output] ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Testing ====== | ====== Testing ====== | ||
| - | We use [[https:// | + | We use [[https://google.github.io/googletest/|Google Test]] as our test framework. Read [[https://google.github.io/ | 
| ===== Naming ===== | ===== Naming ===== | ||
| Line 20: | Line 20: | ||
| $ ./ | $ ./ | ||
| $ ./ | $ ./ | ||
| + | $ ./ | ||
| $ ./ | $ ./ | ||
| </ | </ | ||
| - | For the test with the HAL you need to install the [[getting_started: | + | For the test with the HAL you need to install the [[getting_started: | 
| ===== Suppress Logger Output ===== | ===== Suppress Logger Output ===== | ||
| Line 29: | Line 30: | ||
| <code cpp> | <code cpp> | ||
| std:: | std:: | ||
| - | logger:: | + | eeros::logger:: | 
| </ | </ | ||
| + | ===== Running the Tests with a Script ===== | ||
| + | You can find a script under ''/ | ||
for_developers/testing.1621944574.txt.gz · Last modified: 2021/05/25 14:09 by ursgraf
                
                