You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the concept, but I couldn't see a simple example of how to use with a Makefile. I include simpletest as a library, write my tests and then... what? Call something in my main() and have a command line argument which executes it?
The text was updated successfully, but these errors were encountered:
A couple years down the line and I only just noticed that I have an issue in here, I'm terribly sorry I had no idea anyone even found this!
In my use cases I've been building projects using Sharpmake as a project file generation tool so I only have to write the rules once and have it working on all platforms. In simpletest_test project you can clone it, run the shell scripts and off you go. Being just a single .h/.cpp it's designed to integrate easily into existing systems and not really provide off the shelf functionality. I have another repo that makes use of it here and it's the same things, sharpmake to generate the projects, and it's own main() to run the functionality.
I like the concept, but I couldn't see a simple example of how to use with a Makefile. I include simpletest as a library, write my tests and then... what? Call something in my
main()
and have a command line argument which executes it?The text was updated successfully, but these errors were encountered: