added test module/config
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@597 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
9348c2bec9
commit
ef7821fa60
2 changed files with 105 additions and 0 deletions
19
trunk/paradiseo-moeo/test/t-moeo.cpp
Normal file
19
trunk/paradiseo-moeo/test/t-moeo.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// t-moeo.cpp
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <core/MOEO.h> // MOEO
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Please fill the test" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue