Skip to content
Snippets Groups Projects
Commit c91b2ced authored by Radovan Červený's avatar Radovan Červený
Browse files

proper provisiong tests

parent f314a492
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,9 @@ void provisionerTest::tearDown ( ) {
}
 
void provisionerTest::testMPUtils ( ) {
CPPUNIT_ASSERT ( measurements::MPUtils::randomFilename ( ) != measurements::MPUtils::randomFilename ( ) );
 
std::cout << measurements::MPUtils::randomFilename ( ) << std::endl;
std::cout << measurements::MPUtils::randomFilename ( ) << std::endl;
auto res = measurements::MPUtils::openShmFile ( );
std::cout << res.fd << ' ' << res.filename << std::endl;
measurements::MPUtils::closeShmFile ( res );
auto res = measurements::MPUtils::openShmFile ( );
std::cout << res.fd << ' ' << res.filename << std::endl;
measurements::MPUtils::closeShmFile ( res );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment