summaryrefslogtreecommitdiffstats
path: root/core/host_shared_test_lib.mk
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-02-04 22:09:16 -0800
committerChristopher Ferris <cferris@google.com>2014-02-05 16:36:42 -0800
commit70ca5e5b3942f54703724f573130b422d51059b1 (patch)
treeca6421d60eeb50c786ba727c87b906506b50e245 /core/host_shared_test_lib.mk
parenta77456b8e8a5e66705e48e1ec4eebc1889553c6a (diff)
downloadbuild-70ca5e5b3942f54703724f573130b422d51059b1.zip
build-70ca5e5b3942f54703724f573130b422d51059b1.tar.gz
build-70ca5e5b3942f54703724f573130b422d51059b1.tar.bz2
Add library test makefile solutions.
Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a
Diffstat (limited to 'core/host_shared_test_lib.mk')
-rw-r--r--core/host_shared_test_lib.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/host_shared_test_lib.mk b/core/host_shared_test_lib.mk
new file mode 100644
index 0000000..1eb9b26
--- /dev/null
+++ b/core/host_shared_test_lib.mk
@@ -0,0 +1,8 @@
+##################################################
+## A thin wrapper around BUILD_HOST_SHARED_LIBRARY
+## Common flags for host native tests are added.
+##################################################
+
+include $(BUILD_SYSTEM)/host_test_internal.mk
+
+include $(BUILD_HOST_SHARED_LIBRARY)