Fix running debug projects that use unit testing

This commit is contained in:
Birunthan Mohanathas
2013-06-13 20:17:24 +03:00
parent 384298a43e
commit ced3dd20ca
7 changed files with 44 additions and 12 deletions

View File

@ -16,11 +16,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "CppUnitTest.h"
#include "../Common/Test.h"
#include "ConfigParser.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
TEST_CLASS(Library_ConfigParser_Test)
{
public: