All clixon test utilities in util/ moved to separate repo: clicon/clixon-util

This commit is contained in:
Olof hagsand 2023-12-01 14:30:14 +01:00
parent 631ebaa759
commit 80a10b694c
29 changed files with 166 additions and 17293 deletions

View file

@ -55,9 +55,11 @@ There are also [manual cicd scripts here](cicd/README.md)
## Getting started
You need to build and install the clixon utility programs before running the tests as some of the tests rely on them:
You need to build and install the clixon utility programs from a separate repo
before running the tests as some of the tests rely on them:
```
cd util
git clone https://github.com/clicon/clixon-util.git
./configure
make
sudo make install
```