Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/SampleTest.cc @ 9017

Last change on this file since 9017 was 9017, checked in by landauf, 12 years ago

sample tests with ctest

File size: 117 bytes
Line 
1#include <iostream>
2
3int main(int argc, char** argv)
4{
5        std::cout << "Hello World" << std::endl;
6        return 0;
7}
Note: See TracBrowser for help on using the repository browser.