-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure and addition of integration-tests in the CI (#96)
- renames and restructures all test folders consistently to the ones in the TRLC repo - adds the integrations-tests run to the CI - adds make targets `make test` (system-tests, unit-tests) and `make test-all` (integration-tests, system-tests, unit-tests) and `make clang-tidy`that is now used in the CI to build the dependency clang-tidy for the `lobster-cpp` tool - it caches clang-tidy for subsequent runs of the CI. retention period of the cache is 7 days - fixes invoking `tail`with an outdated syntax that lead to an error on a newer version of GNU tail
- Loading branch information
1 parent
d15b705
commit f69c82b
Showing
75 changed files
with
204 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ exclude_lines = | |
omit = | ||
/usr/* | ||
*/site-packages/* | ||
test-unit/* | ||
tests-unit/* |
Oops, something went wrong.