blob: 9dda82f73e0cd061f083cc6f5c18f204d42fe0be [file] [log] [blame]
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
AM_LDFLAGS =
if !MSVC
AM_LDFLAGS += -L$(top_builddir)/fakelib
endif
AM_LDFLAGS += -L$(top_builddir) -lwinpthread -static
#FIXME: The test "test.c" is inherently broken currently.
check_PROGRAMS = t_clock_getres t_clock_gettime t_clock_nanosleep t_clock_settime t_nanosleep #test
TESTS = $(check_PROGRAMS)