diff options
author | Kenny Root <kroot@google.com> | 2012-09-13 10:52:52 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2012-09-13 15:25:09 -0700 |
commit | 2a54e5ecd0a96398e8d7d9b1629ecf8fb1633a2b (patch) | |
tree | 0fa9a13009d0f9e215921fa3bc58b8b8b23d158c /tests/Android.mk | |
parent | fa36875df423af968d053c584c0de18a2448516b (diff) | |
download | bionic-2a54e5ecd0a96398e8d7d9b1629ecf8fb1633a2b.zip bionic-2a54e5ecd0a96398e8d7d9b1629ecf8fb1633a2b.tar.gz bionic-2a54e5ecd0a96398e8d7d9b1629ecf8fb1633a2b.tar.bz2 |
Add tests for Android-specific stubs
Also fix problem with multi-user IDs that the home directory was
returned as "/data" instead of "/" unlike all the other uids.
Change-Id: I914d22052e5a86552989f8969b85aadbc748c65d
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 6d30ebb..be47585 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -23,6 +23,7 @@ test_src_files = \ pthread_test.cpp \ regex_test.cpp \ string_test.cpp \ + stubs_test.cpp \ test_dynamic_ldflags = -Wl,--export-dynamic -Wl,-u,DlSymTestFunction test_dynamic_src_files = \ |