Skip to content

Commit

Permalink
version v0.9.0
Browse files Browse the repository at this point in the history
add support for auto_osc_json_c, and helper for gnu C, to free json structs.

Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Apr 9, 2024
1 parent 276b3f8 commit 37fb792
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 224 deletions.
2 changes: 1 addition & 1 deletion COGNAC
Submodule COGNAC updated 5 files
+28 −3 cognac_gen.sh
+1 −1 function.c
+10 −14 lib.c
+11 −0 lib.h
+64 −5 main_tpl.c
2 changes: 1 addition & 1 deletion intergration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "[$MSG_BASE 1 OK]"
# Yes example 3 is run before 2, because 3, create a VM, and 2 is used to destroy it
trap "echo [$MSG_BASE 3 FAIL]" ERR

./example3 -n 'test-example-3' -Y &> /dev/null
./example3 -n 'test-example-3' -Y

echo "[$MSG_BASE 3 OK]"

Expand Down
Loading

0 comments on commit 37fb792

Please sign in to comment.