Playing around with Igloo unit testing.

This commit is contained in:
Brian 2014-02-20 12:41:43 -07:00
parent d342bd21ee
commit db0ac63215
3 changed files with 28 additions and 6 deletions

View file

@ -29,7 +29,7 @@ solution "tests"
kind "ConsoleApp"
language "C++"
targetdir "bin"
files { "../src/**.cpp", "main.cpp" }
files { "../src/**.cpp", "main.cpp", "tests/*.h" }
includedirs {
"../include",