-
Notifications
You must be signed in to change notification settings - Fork 30
supported examples added #339
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
@@ -1,27 +1,10 @@ | |||
#include "multi_arrays.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
split to 2 files
@@ -1,49 +0,0 @@ | |||
static int x = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't delete this file just create issue with regression label
31896e8
to
7f5642e
Compare
integration-tests/c-example/lib/structures/structs/complex_structs.h
Outdated
Show resolved
Hide resolved
return 0; | ||
} | ||
|
||
unsigned int do_while_loop_unsigned_correct(unsigned int n) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you decide to leave this function, add it to header, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
868ace2
to
c766e95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a single empty line at the end of each file. Also see comments in unsupported examples PR and move some examples here
c766e95
to
8782e60
Compare
There's NL at the end of each file, github just doesn't show them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example with static variable from unsupported repo: https://github.com/UnitTestBot/UTBotCpp-unsupported/pull/1#pullrequestreview-1063029557
#include "loops.h" | ||
#include <stdbool.h> | ||
|
||
unsigned int while_loop_unsigned_correct(unsigned int n) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please, rename this function without correct suffix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
examples added |
8782e60
to
20c0ce6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
20c0ce6
to
9ac98b2
Compare
No description provided.