OSDN Git Service

Add back hash_map_test to ositests
authorChris Manton <cmanton@google.com>
Tue, 26 Aug 2014 16:41:13 +0000 (09:41 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:29 +0000 (16:51 -0700)
Somewhere along the way it got lost

osi/Android.mk

index 3a36593..f290240 100644 (file)
@@ -59,6 +59,7 @@ LOCAL_SRC_FILES := \
     ./test/config_test.cpp \
     ./test/data_dispatcher_test.cpp \
     ./test/eager_reader_test.cpp \
+    ./test/hash_map_test.cpp \
     ./test/list_test.cpp \
     ./test/reactor_test.cpp \
     ./test/thread_test.cpp