Fix open source `make check` build broken by `ThreadedExecutorTest.cpp` moving to...
authorBen Hamilton <beng@fb.com>
Fri, 27 May 2016 23:12:47 +0000 (16:12 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Fri, 27 May 2016 23:23:21 +0000 (16:23 -0700)
commitca729c2e59c57415e5a8e1b69bb82060f40998b2
tree57d9a0fa387b0830d5a7bb60477efeb5d334d13e
parent5451eeae6eff35f3b839d532d4939bd587b15ba5
Fix open source `make check` build broken by `ThreadedExecutorTest.cpp` moving to `wangle`

Summary:
The Folly `make check` build is broken with Clang on OS X.

This diff fixes the following break in `make check`:

  make[3]: *** No rule to make target `../futures/test/ThreadedExecutorTest.cpp', needed by `../futures/test/ThreadedExecutorTest.o'.  Stop.

The problem is a reference to a file which was moved to `wangle` in D3286988.

Reviewed By: simpkins

Differential Revision: D3361287

fbshipit-source-id: a9ae794374982b4accf806bd9608988430c75cfd
folly/test/Makefile.am