Turn examples into tests

This commit is contained in:
Alex Kotov 2020-12-06 04:01:20 +05:00
parent 776e657b84
commit 95716cf4dc
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -17,6 +17,8 @@
/configure
/configure.scan
/depcomp
/examples/*.log
/examples/*.trs
/include/Makefile
/include/Makefile.in
/install-sh

View File

@ -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