Test results for the library
mcpp
-
2.7.1
on
x86
Summary
Total tests
5
Passed / Failed tests
5 / 0
Warnings
1
Verdict
Test Passed
Warnings (1)
[+]
Unexpected Output
(1 warning)
mcpp_lib.h
,
libmcpp.so.0.2.0
[+]
mcpp_lib_main
(
int
argc
,
char**
argv
)
:
int
Excessive file argument "arg3"
1
2
3
4
5
6
#include <mcpp_lib.h>
int
main(
int
argc
,
char
*
argv
[
]
)
{
mcpp_lib_main
(
argc
,
argv
);
//target call
return
0
;
}
to the top
Generated on Mon Sep 27 21:21:50 2010 for
mcpp
by
API Sanity Autotest
1.12
The cross-platform generator of basic unit tests for a dynamic C/C++ library