Exclude test files that don't compile when Windows (MinGW)

This commit is contained in:
sjborley 2005-05-18 12:47:24 +00:00
parent 066114fb6d
commit 23273668b6
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,9 @@ libcmaths_a_SOURCES = \
cmath4.c \
cmath4.h
## Test programs fail to build on Windows
if !WINDOWS
noinst_PROGRAMS = test_cx_mag test_cx_j test_cx_ph
test_cx_ph_SOURCES = \
@ -38,6 +41,8 @@ test_cx_j_LDADD = \
TESTS = test_cx_mag test_cx_j test_cx_ph
endif !WINDOWS
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly