From 70ffdfa81359dc5c881ae0f7c65be9548891bb71 Mon Sep 17 00:00:00 2001 From: simon75j Date: Tue, 10 Mar 2009 21:14:17 +0000 Subject: [PATCH] Fix portability of self tests. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@45 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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