add: macro endpoints
add: basic macro support fix: database locking with lock-pointer fix: memory leaks
This commit is contained in:
parent
6a2b94ef1c
commit
9d2c48d645
30 changed files with 606 additions and 213 deletions
tests
|
@ -4,7 +4,7 @@ source_dir=$PWD
|
|||
working_dir=$PWD/testing_latest
|
||||
working_bak=$PWD/testing_bak
|
||||
|
||||
alias valgrind_emgauwa="valgrind $2 --log-file=$working_dir/valgrind.log"
|
||||
alias valgrind_emgauwa="valgrind -s $2 --log-file=$working_dir/valgrind.log"
|
||||
|
||||
|
||||
rm -rf $working_bak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue