aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Fixing wrong expected valueGunnar Morling2024-01-041-1/+1
|
* Expanding tests and eval infraGunnar Morling2024-01-046-0/+31
|
* test: add test samplesAlexander Yastrebov2024-01-046-0/+16
| | | | | | | | | | | | | | | | | | Adds test samples that can be used for unit tests or to verify implementations via: ```bash for sample in $(ls src/test/resources/samples/*.txt) do echo "Validating $sample" rm -f measurements.txt ln -s $sample measurements.txt diff <(./calculate_average.sh) ${sample%.txt}.out done rm measurements.txt ``` For #61
* 🏆 Initial importGunnar Morling2023-12-281-0/+0