Skip to content

Commit

Permalink
remove test_timeout_queue in unit-test/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzuoyan committed Jun 5, 2014
1 parent 03d646d commit 8b1b25e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unit-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ test_ext_closure: test_ext_closure.o libgtest.a
test_thread_group: test_thread_group.o libgtest.a
$(CXX) $^ -o $@ $(LIBRARY) $(LDFLAGS)

test_timeout_queue: test_timeout_queue.o libgtest.a
$(CXX) $^ -o $@ $(LIBRARY) $(LDFLAGS)

test_timeout_manager: test_timeout_manager.o libgtest.a
$(CXX) $^ -o $@ $(LIBRARY) $(LDFLAGS)

Expand Down

0 comments on commit 8b1b25e

Please sign in to comment.