/* * $Id$ * * [ Description ] * */ #include "Behavioural/Generic/Queue/SelfTest/include/test.h" #define NB_PARAMS 2 void usage (int argc, char * argv[]) { cerr << " " << argv[0] << " name_instance list_params" << endl << "list_params is :" << endl << " - size_queue (uint32_t)" << endl << " - size_data (uint32_t)" << endl << "" << endl; for (int i=0; iprint(1); test (name,param); } catch (morpheo::ErrorMorpheo & error) { cout << "<" << name << "> : " << error.what (); exit (EXIT_FAILURE); } catch (...) { cerr << "<" << name << "> : This test must generate a error" << endl; exit (EXIT_FAILURE); } return (EXIT_SUCCESS); }