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:
parent
776e657b84
commit
95716cf4dc
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue