Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
e2c65d43ef41289271c3a504e1e9852b2249e290
/
.
/
sdevent
/
test
/
Makefile.am
blob: 56c3ab3ecbb22695a35177d1e30dc33b606cc593 [
file
] [
log
] [
blame
]
Brad Bishop
e2c65d4
2017-06-15 15:10:25 -0400
[
diff
] [
blame^
]
1
AM_CPPFLAGS
=
-
iquote$
(
top_srcdir
)
2
gtest_cflags
=
$
(
PTHREAD_CFLAGS
)
3
gtest_ldadd
=
-
lgtest
-
lgtest_main
-
lgmock $
(
PTHREAD_LIBS
)
4
5
check_PROGRAMS
=
6
7
TESTS
=
$
(
check_PROGRAMS
)