CppUTest and CppUTestExt libraries in cpputest

756 Views Asked by At

I am using cpputest library to test my application. I am using scons. when I call SConScriptUtest, I get the following error:

cannot find -lCppUTest cannot find -lCppUTestExt

This is while I have included the path for finding CppUTest and CppUTestExt:

LIBPATH points to where your libraries reside: testenv.Append(LIBPATH = ['../cpputest/lib'])

my ../cpputest/lib path has both CppUTest.lib and CppUTestExt.lib

So why is it not picking up?

0

There are 0 best solutions below