From 729e96d6c41ff508ab2e105eb69e62a06fcad463 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 10 Mar 2009 21:14:17 +0000 Subject: [PATCH] Fix portability of self tests. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5