Backport C++17 container access functions: size, empty, data
[folly.git] / folly / test / Makefile.am
index 697fd7420c68c2c209443d8661be7b7c922cb0a3..a19368d81de90a1ab7fa55de96d9993044d51667 100644 (file)
@@ -81,6 +81,9 @@ endif
 sorted_vector_types_test_SOURCES = sorted_vector_test.cpp
 sorted_vector_types_test_LDADD = libfollytestmain.la
 
+container_access_test_SOURCES = ../container/test/AccessTets.cpp
+container_access_test_LDADD = libfollytestmain.la
+TESTS += container_access_test
 
 foreach_test_SOURCES = ../container/test/ForeachTest.cpp
 foreach_test_LDADD = libfollytestmain.la