Merge "Set up aidl for gtest"
This commit is contained in:
@@ -38,4 +38,13 @@ LOCAL_MODULE_HOST_OS := darwin linux windows
|
|||||||
|
|
||||||
include $(BUILD_HOST_EXECUTABLE)
|
include $(BUILD_HOST_EXECUTABLE)
|
||||||
|
|
||||||
|
# Unit tests
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := aidl_unittests
|
||||||
|
LOCAL_CFLAGS := -g -DUNIT_TEST
|
||||||
|
LOCAL_SRC_FILES := tests/test.cpp
|
||||||
|
LOCAL_STATIC_LIBRARIES := libgmock_host libgtest_host libBionicGtestMain
|
||||||
|
LOCAL_LDLIBS := -lrt
|
||||||
|
include $(BUILD_HOST_NATIVE_TEST)
|
||||||
|
|
||||||
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK
|
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK
|
||||||
|
|||||||
3
tools/aidl/tests/test.cpp
Normal file
3
tools/aidl/tests/test.cpp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
TEST(DummyCase, DummyTest) {}
|
||||||
Reference in New Issue
Block a user