diff options
Diffstat (limited to 'core/static_test_lib.mk')
-rw-r--r-- | core/static_test_lib.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/static_test_lib.mk b/core/static_test_lib.mk new file mode 100644 index 0000000..9d0bcc8 --- /dev/null +++ b/core/static_test_lib.mk @@ -0,0 +1,8 @@ +############################################# +## A thin wrapper around BUILD_STATIC_LIBRARY +## Common flags for native tests are added. +############################################# + +include $(BUILD_SYSTEM)/target_test_internal.mk + +include $(BUILD_STATIC_LIBRARY) |