Commit 76cae471 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix wrong source name in tests Makefile

Summary:
[Folly] Fix wrong source name in tests `Makefile.am`.

Closes #714.

Reviewed By: Orvid

Differential Revision: D6340209

fbshipit-source-id: 88da57fb4d663071eb578efec50c7e162b0c03d1
parent 76328b6e
......@@ -82,7 +82,7 @@ sorted_vector_types_test_SOURCES = sorted_vector_test.cpp
sorted_vector_types_test_LDADD = libfollytestmain.la
TESTS += sorted_vector_types_test
container_access_test_SOURCES = ../container/test/AccessTets.cpp
container_access_test_SOURCES = ../container/test/AccessTest.cpp
container_access_test_LDADD = libfollytestmain.la
TESTS += container_access_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