Commit f6a6f46b authored by Jesse Beder's avatar Jesse Beder
Browse files

Move EmitterTests to gtest

parent 80bdfa6d
...@@ -2,7 +2,7 @@ add_subdirectory(gtest-1.7.0) ...@@ -2,7 +2,7 @@ add_subdirectory(gtest-1.7.0)
include_directories(gtest-1.7.0/include) include_directories(gtest-1.7.0/include)
file(GLOB test_headers [a-z_]*.h) file(GLOB test_headers [a-z_]*.h)
file(GLOB test_sources [a-z_]*.cpp) file(GLOB test_sources [a-z_]*.cpp integration/[a-z_]*.cpp)
file(GLOB test_core_sources core/[a-z]*.cpp) file(GLOB test_core_sources core/[a-z]*.cpp)
list(APPEND test_sources ${test_core_sources}) list(APPEND test_sources ${test_core_sources})
......
This diff is collapsed.
This diff is collapsed.
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