From: Simon Josefsson Date: Tue, 10 Mar 2009 21:14:17 +0000 (+0000) Subject: Fix portability of self tests. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~183 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729e96d6c41ff508ab2e105eb69e62a06fcad463;p=yubikey-personalization.old Fix portability of self tests. --- diff --git a/Makefile.am b/Makefile.am index 58f6778..e09ff4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Written by Richard Levitte . -# Copyright (c) 2008 Yubico AB +# Copyright (c) 2008, 2009 Yubico AB # All rights reserved. # # Copyright (c) 2008, Yubico AB @@ -57,8 +57,9 @@ ykpersonalize_LDADD = ./libykpers.la ./yubikey-core/libykcore.la AM_LDFLAGS = -no-install LDADD = ./libykpers.la ./yubikey-core/libykcore.la -check_PROGRAMS = selftest -TESTS = $(check_PROGRAMS) +ctests = selftest$(EXEEXT) +check_PROGRAMS = $(ctests) +TESTS = $(ctests) # Release