mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Add missing test files
This commit is contained in:
parent
58892e5fdb
commit
3b7ceeb201
1 changed files with 10 additions and 4 deletions
14
Makefile.am
14
Makefile.am
|
@ -108,11 +108,13 @@ examples_units_human_SOURCES = \
|
|||
|
||||
tests_multiboot2_print1_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
tests/multiboot2_print1.c
|
||||
tests/multiboot2_print1.c \
|
||||
tests/multiboot2_example1.h
|
||||
|
||||
tests_multiboot2_print2_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
tests/multiboot2_print2.c
|
||||
tests/multiboot2_print2.c \
|
||||
tests/multiboot2_example2.h
|
||||
|
||||
tests_test_cmdline_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
|
@ -128,7 +130,9 @@ tests_test_itoa_SOURCES = \
|
|||
|
||||
tests_test_multiboot2_helpers_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
tests/test_multiboot2_helpers.c
|
||||
tests/test_multiboot2_helpers.c \
|
||||
tests/multiboot2_example1.h \
|
||||
tests/multiboot2_example2.h
|
||||
|
||||
tests_test_multiboot2_print_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
|
@ -136,7 +140,9 @@ tests_test_multiboot2_print_SOURCES = \
|
|||
|
||||
tests_test_multiboot2_validation_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
tests/test_multiboot2_validation.c
|
||||
tests/test_multiboot2_validation.c \
|
||||
tests/multiboot2_example1.h \
|
||||
tests/multiboot2_example2.h
|
||||
|
||||
tests_test_pfa_SOURCES = \
|
||||
$(libkernaux_a_SOURCES) \
|
||||
|
|
Loading…
Reference in a new issue