X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.am;h=f35a2f2febb02be0f3db6fd5b7b1ee6a5870fbe1;hb=70e7f0e39a462d55617cda735339a2861d4e69ca;hp=57d5b0192557ad2bdc8e2a224d9a81f415e42d47;hpb=ca98c7e614c35c64cf717eaa95ebe9dafa5b02c1;p=i3%2Fi3 diff --git a/Makefile.am b/Makefile.am index 57d5b019..f35a2f2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,10 @@ dist_xsessions_DATA = \ noinst_LIBRARIES = libi3.a -check_PROGRAMS = test.commands_parser test.config_parser +check_PROGRAMS = \ + test.commands_parser \ + test.config_parser \ + test.inject_randr15 check_SCRIPTS = \ testcases/complete-run.pl @@ -94,7 +97,7 @@ EXTRA_DIST = \ I3_VERSION \ LICENSE \ PACKAGE-MAINTAINER \ - RELEASE-NOTES-4.12 \ + RELEASE-NOTES-4.13 \ generate-command-parser.pl \ parser-specs/commands.spec \ parser-specs/config.spec \ @@ -401,6 +404,19 @@ i3_config_wizard_i3_config_wizard_SOURCES = \ i3-config-wizard/main.c \ i3-config-wizard/xcb.h +test_inject_randr15_CPPFLAGS = \ + $(AM_CPPFLAGS) + +test_inject_randr15_CFLAGS = \ + $(AM_CFLAGS) \ + $(i3_CFLAGS) + +test_inject_randr15_SOURCES = \ + testcases/inject_randr1.5.c + +test_inject_randr15_LDADD = \ + $(i3_LDADD) + test_commands_parser_CPPFLAGS = \ $(AM_CPPFLAGS) \ -DTEST_PARSER @@ -502,7 +518,6 @@ i3_SOURCES = \ src/config.c \ src/config_directives.c \ src/config_parser.c \ - src/debug.c \ src/display_version.c \ src/ewmh.c \ src/fake_outputs.c \