mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 00:26:21 +00:00
Add Valgrind to CI
* Also pass `$*` to `configure` when invoking `ci-build.sh`, so one can e.g. run `./ci-build.sh --without-xscreensaver` Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "xmpp/muc.h"
|
||||
|
||||
void prof_shutdown(void);
|
||||
|
||||
int
|
||||
muc_before_test(void** state)
|
||||
{
|
||||
@@ -16,6 +18,7 @@ muc_before_test(void** state)
|
||||
int
|
||||
muc_after_test(void** state)
|
||||
{
|
||||
prof_shutdown();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user