Skip to content
/ cet Public

Simple test execution, mostly for container environments.

License

Notifications You must be signed in to change notification settings

offa/cet

Repository files navigation

cet – Container Environment Test

CI GitHub release License C++

Simple test execution, mostly for container environments.

The tests are executed within the environment under tests.

Configuration

Configuration is done through a Yaml file (default: cet.yml):

Example
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