Need to use $(EXEEXT) on programs in TESTS to fix mingw cross-compiles.

This commit is contained in:
Simon Josefsson 2009-08-11 02:46:45 +02:00
parent ce4ad0d086
commit fbe4737719

View File

@ -6,7 +6,7 @@ noinst_PROGRAMS = ssh2
ssh2_SOURCES = ssh2.c
endif
ctests = simple
ctests = simple$(EXEEXT)
TESTS = $(ctests)
if SSHD
TESTS += ssh2.sh