Simple test execution, mostly for container environments.
The tests are executed within the environment under tests.
Configuration is done through a Yaml file (default: cet.yml
):
files:
- /bin/gcc
- /bin/g++
- /tmp/example/file1.conf
directories:
- /usr/lib/gcc
- /usr/lib/clang
- /tmp/dir/example
envs:
- CC
- CXX
- name: ENV_WITH_VALUE
value: /bin/true