-
Notifications
You must be signed in to change notification settings - Fork 123
Add fsc unit tests #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This is great. I think the test will need to be Windows-only since peverify is not available on Mono? The Travis build may well fail (or, well, I hope so, otherwise there is something wrong with thte Travis build tests!) BTW it would be good to also patch up these to be cross-platform if you know how to do that: |
|
True, perhaps cecil might be a more appropriate choice for doing these tests. |
|
It seems that Travis is failing on account of me using named exception fields. Revisions need to made, I'll retract the pull request for now. |
|
@dsyme Its |
|
Should work fine now with F# 3.0 compiler and mono. |
|
Travis passes now, should be ok. |
|
Great job! |
Try to clean up error text a little.
Adds a simple test setting for running and verifying output from fsc. Included tests are very basic but it should be relatively to enrich.