do not build test-migration for Win32
This testing code is for XDG base directory spec which may be not interesting for them
This commit is contained in:
parent
f16c3118e2
commit
5406919c5e
|
@ -16,7 +16,7 @@ TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
||||||
|
|
||||||
check_PROGRAMS = test-migration
|
check_PROGRAMS =
|
||||||
if HAVE_PTHREAD
|
if HAVE_PTHREAD
|
||||||
check_PROGRAMS += test-pthread
|
check_PROGRAMS += test-pthread
|
||||||
test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
|
test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||||
|
@ -26,7 +26,10 @@ test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||||
endif
|
endif
|
||||||
noinst_PROGRAMS = $(check_PROGRAMS)
|
noinst_PROGRAMS = $(check_PROGRAMS)
|
||||||
|
|
||||||
|
if !OS_WIN32
|
||||||
|
check_PROGRAMS += test-migration
|
||||||
test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
|
test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA)
|
EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue