mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 13:08:07 +02:00
add some forgotton files from last commit
This commit is contained in:
parent
ee407ee53b
commit
42e92b2e37
2 changed files with 32 additions and 0 deletions
16
src/tests/ply-boot-client-test.am
Normal file
16
src/tests/ply-boot-client-test.am
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
TESTS += ply-boot-client-test
|
||||
|
||||
ply_boot_client_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_CLIENT_ENABLE_TEST
|
||||
ply_boot_client_test_LDADD = $(PLYMOUTH_LIBS)
|
||||
|
||||
ply_boot_client_test_SOURCES = \
|
||||
$(srcdir)/../ply-utils.h \
|
||||
$(srcdir)/../ply-utils.c \
|
||||
$(srcdir)/../ply-logger.h \
|
||||
$(srcdir)/../ply-logger.c \
|
||||
$(srcdir)/../ply-list.h \
|
||||
$(srcdir)/../ply-list.c \
|
||||
$(srcdir)/../ply-event-loop.h \
|
||||
$(srcdir)/../ply-event-loop.c \
|
||||
$(srcdir)/../ply-boot-client.h \
|
||||
$(srcdir)/../ply-boot-client.c
|
||||
16
src/tests/ply-boot-server-test.am
Normal file
16
src/tests/ply-boot-server-test.am
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
TESTS += ply-boot-server-test
|
||||
|
||||
ply_boot_server_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SERVER_ENABLE_TEST
|
||||
ply_boot_server_test_LDADD = $(PLYMOUTH_LIBS)
|
||||
|
||||
ply_boot_server_test_SOURCES = \
|
||||
$(srcdir)/../ply-utils.h \
|
||||
$(srcdir)/../ply-utils.c \
|
||||
$(srcdir)/../ply-logger.h \
|
||||
$(srcdir)/../ply-logger.c \
|
||||
$(srcdir)/../ply-list.h \
|
||||
$(srcdir)/../ply-list.c \
|
||||
$(srcdir)/../ply-event-loop.h \
|
||||
$(srcdir)/../ply-event-loop.c \
|
||||
$(srcdir)/../ply-boot-server.h \
|
||||
$(srcdir)/../ply-boot-server.c
|
||||
Loading…
Add table
Reference in a new issue