Initialize the context in 'test_auth_clear'. Fixes the test suite on mips64el. Patch by Mark H Weaver --- libotr-4.1.1/tests/unit/test_auth.c.orig 2015-12-25 12:39:45.000000000 -0500 +++ libotr-4.1.1/tests/unit/test_auth.c 2016-03-17 18:53:10.169999706 -0400 @@ -67,6 +67,7 @@ OtrlAuthInfo *auth = &ctx.auth; /* API call. */ + otrl_auth_new(&ctx); otrl_auth_clear(auth); ok(auth->authstate == OTRL_AUTHSTATE_NONE && ng' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/gexp.scm
AgeCommit message (Expand)Author
2024-04-08gexp: Add #:guile parameter to ‘gexp->file’ and ‘scheme-file’....Ludovic Courtès
2023-12-22gexp: #:references-graphs accepts and honors <gexp-input> records....Ludovic Courtès
2023-12-22gexp: Add compiler for <gexp-input>....Ludovic Courtès
2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used....Ludovic Courtès
2022-11-11grafts: Run with a UTF-8 locale....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-05-25tests: Fix wrong target triplets....Josselin Poiret
2022-05-01gexp: Add 'references-file'....Ludovic Courtès
2022-03-13gexp: Correctly handle #$output in 'gexp->approximate-sexp'....Maxime Devos
2022-03-13gexp: Correctly handle unquoting S-exp objects....Maxime Devos