ANNOUNCE: p11-kit 0.9
Andreas Metzler
ametzler at downhill.at.eu.org
Sat Nov 26 07:21:55 PST 2011
On 2011-11-14 Stef Walter <stefw at collabora.co.uk> wrote:
> Announcing a new release of p11-kit
[...]
Hello,
This release features a new test error on Linux/i386:
------------------
Making check in tests
make[2]: Entering directory `/tmp/P11-KIT/p11-kit-0.9/tests'
for prog in hash-test ptr-array-test conf-test uri-test pin-test test-init; do .
/$prog; done
....F........
There was 1 failure:
1) test__p11_hash_set_get_clear: hash-test.c:183: should be null
!!!FAILURES!!!
Runs: 13 Passes: 12 Fails: 1
........
OK (8 tests)
------------------
I accidentally stumbled upon this when comparing buildlogs, since make
check succeeds nevertheless. Is there a reason why you do not use
something like this?
----------------------------
--- GIT/p11-kit/tests/Makefile.am 2011-10-20 19:20:35.000000000 +0200
+++ /tmp/P11-KIT/p11-kit-0.9/tests/Makefile.am 2011-11-26 16:13:51.000000000 +0100
@@ -26,10 +26,7 @@ test_init_SOURCES = \
test-init.c \
mock-module.c mock-module.h
-CHECK_EXECUTABLES = $(CHECK_PROGS:=$(EXEEXT))
-
-check-am:
- for prog in $(CHECK_EXECUTABLES); do ./$$prog; done
+TESTS = $(CHECK_PROGS:=$(EXEEXT))
EXTRA_DIST = \
cutest \
----------------------------
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
More information about the p11-glue
mailing list