Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixMath
Commits
d4990542
Commit
d4990542
authored
Dec 20, 2020
by
Pierre Aubert
Browse files
Add test
parent
41bb7841
Pipeline
#96655
passed with stages
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
TESTS/TEST_MIN_MAX/main.cpp
TESTS/TEST_MIN_MAX/main.cpp
+6
-0
No files found.
TESTS/TEST_MIN_MAX/main.cpp
View file @
d4990542
...
...
@@ -12,6 +12,12 @@
bool
testPMinMax
(){
bool
b
(
true
);
b
&=
pminTab
<
int
>
(
NULL
,
0lu
)
==
0
;
b
&=
pminTabPos
<
int
>
(
NULL
,
0lu
)
==
0lu
;
b
&=
pmaxTab
<
int
>
(
NULL
,
0lu
)
==
0
;
b
&=
pmaxTabPos
<
int
>
(
NULL
,
0lu
)
==
0lu
;
int
tabSingle
[]
=
{
1
};
b
&=
pminTab
(
tabSingle
,
1lu
)
==
1
;
b
&=
pminTabPos
(
tabSingle
,
1lu
)
==
0lu
;
...
...
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