commit | 59a719c466d33479265a3e9c204c8dc9a8f435f1 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Oct 28 12:43:24 2014 +0000 |
committer | Calin Juravle <calin@google.com> | Tue Oct 28 16:02:38 2014 +0000 |
tree | 8dfa425fdbc545b534004619222a617cadc29c5d | |
parent | f9d9e2a2d96559c3165405d572b08e260156074a [diff] [blame] |
Add code cache tests to libnativebridge. Bug: 18027433 Change-Id: Ie5369c0d5bd147af412174dc0753d8a314196643
diff --git a/libnativebridge/tests/Android.mk b/libnativebridge/tests/Android.mk index 295696e..4086de8 100644 --- a/libnativebridge/tests/Android.mk +++ b/libnativebridge/tests/Android.mk
@@ -7,6 +7,8 @@ # Build the unit tests. test_src_files := \ + CodeCacheCreate_test.cpp \ + CodeCacheExists_test.cpp \ CompleteFlow_test.cpp \ InvalidCharsNativeBridge_test.cpp \ NeedsNativeBridge_test.cpp \