diff --git a/.gitignore b/.gitignore index 21a2e03..2cec853 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ /configure /configure.scan /depcomp +/examples/*.log +/examples/*.trs /include/Makefile /include/Makefile.in /install-sh diff --git a/Makefile.am b/Makefile.am index 6c5de13..c29d616 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ AM_CFLAGS = -std=c99 -Wall -Wextra -I$(top_srcdir)/include lib_LIBRARIES = libkernaux.a TESTS = \ + examples/cmdline \ tests/test_cmdline \ tests/test_multiboot2_helpers \ tests/test_multiboot2_print \ @@ -14,7 +15,6 @@ TESTS = \ noinst_PROGRAMS = \ $(TESTS) \ - examples/cmdline \ tests/multiboot2_print1 \ tests/multiboot2_print2