You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
497 B
17 lines
497 B
#
|
|
# PAL Makefile
|
|
#
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Ipal/include
|
|
|
|
# GoogleTest Source Files ######################################################
|
|
|
|
GOOGLETEST_CFLAGS += -Ipal/tests/include
|
|
GOOGLETEST_SRCS += pal/tests/src/version_test.cc
|
|
GOOGLETEST_SRCS += pal/tests/src/wwan_test.cc
|
|
GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/gnss_pal_impl_test.cc
|
|
GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/wifi_pal_impl_test.cc
|