Commit 228c05ff authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Add ColdClassTest.cpp to oss builds

Summary: [Folly] Add `ColdClassTest.cpp` to oss builds.

Reviewed By: spalamarchuk

Differential Revision: D6648831

fbshipit-source-id: f8d8a727d63e4e8b83391db454de990027f1bad4
parent 337e3b8a
......@@ -519,6 +519,7 @@ if (BUILD_TESTS)
DIRECTORY lang/test/
TEST bits_test SOURCES BitsTest.cpp
TEST cold_class_test SOURCES ColdClassTest.cpp
DIRECTORY memory/test/
TEST arena_test SOURCES ArenaTest.cpp
......
......@@ -146,6 +146,10 @@ timeout_queue_test_SOURCES = TimeoutQueueTest.cpp
timeout_queue_test_LDADD = libfollytestmain.la
TESTS += timeout_queue_test
cold_class_test_SOURCES = ../lang/test/ColdClassTest.cpp
cold_class_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la
TESTS += cold_class_test
conv_test_SOURCES = ConvTest.cpp
conv_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la
TESTS += conv_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment