]> err.no Git - yubikey-personalization.old/commitdiff
Fix portability of self tests.
authorSimon Josefsson <simon@josefsson.org>
Tue, 10 Mar 2009 21:14:17 +0000 (21:14 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 10 Mar 2009 21:14:17 +0000 (21:14 +0000)
Makefile.am

index 58f677852d7d7596b0d7e68657358dbff2bae15b..e09ff4ef3842cf70f67ed0933ac172e0d1ac6784 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Richard Levitte <richard@levitte.org>.
-# 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