mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -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.scan
|
||||
/depcomp
|
||||
/examples/*.log
|
||||
/examples/*.trs
|
||||
/include/Makefile
|
||||
/include/Makefile.in
|
||||
/install-sh
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue