new tests

This commit is contained in:
Ken Martin 2001-06-21 17:52:22 -04:00
parent 900f1be244
commit 2b895779c2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# a simple test case
PROJECT (simple)
ADD_EXECUTABLE (simple simple.cxx)

4
Tests/Simple/simple.cxx Normal file
View File

@ -0,0 +1,4 @@
int main ()
{
return 0;
}