Commit 6808eb56 authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook GitHub Bot

build and run FileUtilTest in CMake builds

Summary:
Remove the `HANGING` tag from this test, so that it is run by default in the
CMake build.

Differential Revision: D21367512

fbshipit-source-id: 4bb707c83005ee8cd39ed2ce6b82b7f0c53f2c88
parent 06302af7
...@@ -841,8 +841,7 @@ if (BUILD_TESTS) ...@@ -841,8 +841,7 @@ if (BUILD_TESTS)
TEST file_test SOURCES FileTest.cpp TEST file_test SOURCES FileTest.cpp
# Open-source linux build can't handle running this. # Open-source linux build can't handle running this.
#TEST file_lock_test SOURCES FileLockTest.cpp #TEST file_lock_test SOURCES FileLockTest.cpp
TEST file_util_test HANGING TEST file_util_test SOURCES FileUtilTest.cpp
SOURCES FileUtilTest.cpp
TEST fingerprint_test SOURCES FingerprintTest.cpp TEST fingerprint_test SOURCES FingerprintTest.cpp
TEST fixed_string_test SOURCES FixedStringTest.cpp TEST fixed_string_test SOURCES FixedStringTest.cpp
TEST format_other_test SOURCES FormatOtherTest.cpp TEST format_other_test SOURCES FormatOtherTest.cpp
......
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