Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Projet_Q4_Groupe_O4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lepl1503-2020-groupe-O4
Projet_Q4_Groupe_O4
Commits
d5257346
Commit
d5257346
authored
May 15, 2020
by
Louis Malevez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Cunit.c
parent
0592e891
Pipeline
#10414
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
Cunit.c
Cunit.c
+1
-7
No files found.
Cunit.c
View file @
d5257346
...
...
@@ -26,13 +26,7 @@ void test_entier(void) // test si les diviseurs premiers retournés par la fonct
clear_list_t
(
prime3
);
list_t
*
prime4
=
prime_list
(
2147483647
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
2147483647
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
2
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
3
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
7
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
11
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
31
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
151
);
CU_ASSERT
(
get_node_t
(
prime4
)
==
331
);
clear_list_t
(
prime4
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment