@@ -0,0 +1,3 @@
+# a simple test case
+PROJECT (simple)
+ADD_EXECUTABLE (simple simple.cxx)
@@ -0,0 +1,4 @@
+int main ()
+{
+ return 0;
+}