Extract Unit to top-level
[folly.git] / folly / test / Makefile.am
index 229efaf54be8273f8a9507880b77dfe8ce1e71b3..9932fe6150281b2a3c80286c8329d3ede03f4081 100644 (file)
@@ -215,6 +215,9 @@ indestructible_test_SOURCES = IndestructibleTest.cpp
 indestructible_test_LDADD = libfollytestmain.la
 TESTS += indestructible_test
 
+unit_test_SOURCES = UnitTest.cpp
+unit_test_LDADD = libfollytestmain.la
+TESTS += unit_test
 
 futures_test_SOURCES = \
     ../futures/test/CollectTest.cpp \
@@ -242,7 +245,6 @@ futures_test_SOURCES = \
     ../futures/test/TimekeeperTest.cpp \
     ../futures/test/TimesTest.cpp \
     ../futures/test/TryTest.cpp \
-    ../futures/test/UnitTest.cpp \
     ../futures/test/UnwrapTest.cpp \
     ../futures/test/ViaTest.cpp \
     ../futures/test/WaitTest.cpp \