bionic: add tests for properties

(cherry picked from commit 37d9f75dde)

Change-Id: Iac00ce10a4272032a1cbdbc4204277d6876e3365
This commit is contained in:
Colin Cross
2013-01-28 17:19:43 -08:00
parent 5cf32de7a0
commit b27e200ad6
3 changed files with 347 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ benchmark_c_flags = \
benchmark_src_files = \
benchmark_main.cpp \
math_benchmark.cpp \
property_benchmark.cpp \
string_benchmark.cpp \
time_benchmark.cpp \
@@ -78,6 +79,7 @@ test_src_files = \
string_test.cpp \
strings_test.cpp \
stubs_test.cpp \
system_properties_test.cpp \
time_test.cpp \
unistd_test.cpp \