mirror of https://github.com/CGAL/cgal
added a dummy testsuite
This commit is contained in:
parent
06c8f5bfa4
commit
d6ef855719
|
|
@ -0,0 +1,12 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::cerr << "This is a dummy testsuite." << std::endl;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue