1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

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
/configure.scan /configure.scan
/depcomp /depcomp
/examples/*.log
/examples/*.trs
/include/Makefile /include/Makefile
/include/Makefile.in /include/Makefile.in
/install-sh /install-sh

View file

@ -5,6 +5,7 @@ AM_CFLAGS = -std=c99 -Wall -Wextra -I$(top_srcdir)/include
lib_LIBRARIES = libkernaux.a lib_LIBRARIES = libkernaux.a
TESTS = \ TESTS = \
examples/cmdline \
tests/test_cmdline \ tests/test_cmdline \
tests/test_multiboot2_helpers \ tests/test_multiboot2_helpers \
tests/test_multiboot2_print \ tests/test_multiboot2_print \
@ -14,7 +15,6 @@ TESTS = \
noinst_PROGRAMS = \ noinst_PROGRAMS = \
$(TESTS) \ $(TESTS) \
examples/cmdline \
tests/multiboot2_print1 \ tests/multiboot2_print1 \
tests/multiboot2_print2 tests/multiboot2_print2