Skip to content
Snippets Groups Projects
Commit be29f07e authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Added a simple test to ensure no directory is left untested.

parent 8bd9363b
No related branches found
No related tags found
1 merge request!16[Rebased] Splitting toml files and CI for better overview and more parallelism.
Pipeline #68706 passed
......@@ -2,6 +2,17 @@ stages:
- pretest
- test
compare_number_of_directories_and_toml_files:
stage: pretest
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- find operators/* -maxdepth 0 -type d | wc -l > num_directories.txt
- find ./*.toml | wc -l > num_toml_files.txt
- cat num_directories.txt num_toml_files.txt
- diff num_directories.txt num_toml_files.txt
tags:
- docker
.hyteg-hog-integration-test-template:
stage: test
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment