Test results for the library
libmcpp
-
2.6.3
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.0.0
[+]
mcpp_lib_main
(
int
argc
,
char**
argv
)
:
int
Excessive file argument "arg3"
1
2
3
4
5
6
7
8
#define MCPP_LIB 1
#include <mcpp_lib.h>
int
main(
int
argc
,
char
*
argv
[
]
)
{
mcpp_lib_main
(
argc
,
argv
);
//target call
return
0
;
}
to the top
Generated on Tue Sep 28 07:57:22 2010 for
libmcpp
by
API Sanity Autotest
1.12
The cross-platform generator of basic unit tests for a dynamic C/C++ library