[cmake-commits] hoffman committed bar.c 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 10 10:05:54 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/BuildDepends/Project
In directory public:/mounts/ram/cvs-serv18710/Tests/BuildDepends/Project
Modified Files:
bar.c
Log Message:
ENH: add test for build depends
Index: bar.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BuildDepends/Project/bar.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bar.c 9 May 2007 19:10:12 -0000 1.1
+++ bar.c 10 May 2007 14:05:52 -0000 1.2
@@ -3,6 +3,9 @@
const char* foo();
int main()
{
- printf("%s", foo());
+ int i;
+ printf("%s\n", foo());
+ fflush(stdout);
+ for(;;);
return 0;
}
More information about the Cmake-commits
mailing list