- Changed master to 5.2.0.PRE
- Modified Makefiles for static linkage and coverage - test namespace abstractions
This commit is contained in:
parent
f9f533834b
commit
7ebb538ebf
18 changed files with 112 additions and 109 deletions
|
|
@ -194,3 +194,10 @@ Use MAXPATHLEN (not PATH_MAX) in sys/param.h
|
|||
|
||||
socat PTY,link=/tmp/clixon-tty,rawer EXEC:"/usr/local/bin/clixon_cli -f /usr/local/etc/example.xml",pty,stderr &
|
||||
screen /tmp/clixon-tty
|
||||
|
||||
## Coverage
|
||||
|
||||
```
|
||||
LDFLAGS=-coverage LINKAGE=static CFLAGS="-O2 -Wall -coverage" ./configure
|
||||
bash <(curl -s https://codecov.io/bash) -t <token>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue