summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/foo.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-06-03 14:34:15 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-06-03 14:34:15 (GMT)
commit7b3f2d4420a0df7faf374b1b5c306df1d9d0e312 (patch)
tree3f7a75e450d3de18970cd53ce4c90d23497d953d /Tests/CustomCommand/foo.in
parentba68f771b369e65476e7ce12aa8dd1cf18d7f529 (diff)
downloadCMake-7b3f2d4420a0df7faf374b1b5c306df1d9d0e312.zip
CMake-7b3f2d4420a0df7faf374b1b5c306df1d9d0e312.tar.gz
CMake-7b3f2d4420a0df7faf374b1b5c306df1d9d0e312.tar.bz2
new test
Diffstat (limited to 'Tests/CustomCommand/foo.in')
-rw-r--r--Tests/CustomCommand/foo.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/CustomCommand/foo.in b/Tests/CustomCommand/foo.in
new file mode 100644
index 0000000..a887264
--- /dev/null
+++ b/Tests/CustomCommand/foo.in
@@ -0,0 +1,15 @@
+#include "doc1.h"
+
+int generated();
+int wrapped();
+
+int main ()
+{
+ if (generated()*wrapped()*doc() == 3*5*7)
+ {
+ return 0;
+ }
+
+ return -1;
+}
+