Playing around with Igloo unit testing.
This commit is contained in:
parent
d342bd21ee
commit
db0ac63215
3 changed files with 28 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue