File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ systemdsystemunit_DATA += \
9898 misc-utils/uuidd.service \
9999 misc-utils/uuidd.socket
100100endif
101+
102+ check_PROGRAMS += test_uuidd
103+ test_uuidd_SOURCES = misc-utils/test_uuidd.c
104+ test_uuidd_LDADD = $(LDADD) libcommon.la libuuid.la -lpthread
105+ test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)
101106endif # BUILD_UUIDD
102107
103108PATHFILES += \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,8 +15,3 @@ check_PROGRAMS += test_sigreceive
1515test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
1616test_sigreceive_LDADD = $(LDADD) libcommon.la
1717
18- check_PROGRAMS += test_uuidd
19- test_uuidd_SOURCES = tests/helpers/test_uuidd.c
20- test_uuidd_LDADD = $(LDADD) libcommon.la libuuid.la -lpthread
21- test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)
22-
You can’t perform that action at this time.
0 commit comments