freebsd-src/lib/libdevdctl/tests/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

20 lines
505 B
Makefile

TESTSDIR= ${TESTSBASE}/lib/libdevdctl
.PATH: ${.CURDIR:H}
PLAIN_TESTS_CXX= libdevdctl_unittest
SRCS.libdevdctl_unittest+= event_factory.cc \
libdevdctl_unittest.cc \
event.cc exception.cc \
guid.cc
CFLAGS.libdevdctl_unittest+= -I ${LOCALBASE}/include -D_THREAD_SAFE -pthread
DPADD.libdevdctl_unittest+= ${LIBDEVDCTL}
LDADD.libdevdctl_unittest+= -L ${LOCALBASE}/lib -D_THREAD_SAFE -pthread -lgtest -lgtest_main
# Googletest options
LOCALBASE?= /usr/local
WARNS?= 3
.include <bsd.test.mk>