Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Add step-by-step instructions for use with Visual Studio #3

Open
MarkWithall opened this issue Dec 7, 2015 · 2 comments
Open

Add step-by-step instructions for use with Visual Studio #3

MarkWithall opened this issue Dec 7, 2015 · 2 comments

Comments

@MarkWithall
Copy link
Owner

...and any required modifications to the library.

@MarkWithall
Copy link
Owner Author

Can't initialize struct in the same way, so need to do:

#define TEST(test_name) \
    struct TESTickle_test_result test_name() \
    { \
        struct TESTickle_test_result TESTickle_result = {false, false};

In test runner, may need to include:

#include "stdafx.h"

@MarkWithall
Copy link
Owner Author

Function snprintf is only available in Visual Studio 2015.

Options: http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant