"...automata-library.git" did not exist on "4ec4236f3bcf57361d42bc9d359a11033d3e4ca0"
Integrate aql tests into testing process
We can consider aql files that exit with 0/non-zero values as tests. Integrate them into ctest.
From 1. 4., DockerHub introduces new very strict rate limitations on docker image pulls.
Consider changing FROM tags in dockerfiles to use altenative providers or add login step at the beginning of CI/CD job as authenticated requests aren't affected.
We can consider aql files that exit with 0/non-zero values as tests. Integrate them into ctest.
mentioned in commit a28d13f0
mentioned in issue #201 (closed)
198-integrate-aql-tests-into-testing-process
to address this issue created branch 198-integrate-aql-tests-into-testing-process
to address this issue
Roadmap:
added T-feature label
mentioned in commit 6d004881
mentioned in commit d79fe028
mentioned in merge request !155 (merged)
Done, merged into dev-tp-cmake-ci
branch -- not yet in master
.
assigned to @peckato1
closed via merge request !154 (merged)
If you want to add an aql script to the testing suite, add it into tests/aql/
directory. The test fails if the script returns nonzero value, just like aql
.
Re-run of cmake
is neccessary after adding, however, with Make and ninja it happens automatically when you invoke make
or ninja
commands, respectively. of course you can always use our build.sh
script.