kbd/tests/libkeymap/Makefile.am
Alexey Gladkov 854faf77da
tests: Add tests to increase code coverage
Signed-off-by: Alexey Gladkov <legion@kernel.org>
2025-05-21 23:58:33 +02:00

40 lines
832 B
Makefile

NULL =
AM_CPPFLAGS = \
$(CODE_COVERAGE_CPPFLAGS) \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/libcommon \
-DTESTDIR=\"$(realpath $(top_srcdir))/tests\"
AM_CFLAGS = $(CHECK_CFLAGS) $(CODE_COVERAGE_CFLAGS)
LDADD = \
$(top_builddir)/src/libcommon/libcommon.a \
$(top_builddir)/src/libkbdfile/libkbdfile.la \
$(top_builddir)/src/libkeymap/libkeymap.la \
@LIBINTL@ $(CODE_COVERAGE_LIBS)
noinst_PROGRAMS = \
libkeymap-test01 \
libkeymap-test02 \
libkeymap-test03 \
libkeymap-test04 \
libkeymap-test05 \
libkeymap-test06 \
libkeymap-test07 \
libkeymap-test08 \
libkeymap-test09 \
libkeymap-test10 \
libkeymap-test11 \
libkeymap-test12 \
libkeymap-test13 \
libkeymap-test14 \
libkeymap-test15 \
libkeymap-test16 \
libkeymap-test17 \
libkeymap-test18 \
libkeymap-test19 \
libkeymap-test20 \
$(NULL)