Hash :
a5ce9754
Author :
Date :
2009-04-25T14:29:23
test: Fix srcdir != objdir build and test failures filecomp would fail because it couldn't find the input files, after compilation failed due to missing includes. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS)
TESTS_ENVIRONMENT = $(SHELL)
check_PROGRAMS = xkey filecomp namescomp rulescomp
TESTS = xkey.sh filecomp.sh namescomp.sh rulescomp.sh
clean-local:
rm -f *.log
xkey_SOURCES = xkey.c
xkey_LDADD = $(top_builddir)/src/libxkbcommon.la
rulescomp_SOURCES = rulescomp.c
rulescomp_LDADD = $(top_builddir)/src/libxkbcommon.la
namescomp_SOURCES = namescomp.c
namescomp_LDADD = $(top_builddir)/src/libxkbcommon.la
filecomp_SOURCES = filecomp.c
filecomp_LDADD = $(top_builddir)/src/libxkbcommon.la