summaryrefslogtreecommitdiffstats
path: root/Tests/SourceGroups/foo.c
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-24 14:39:51 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-24 14:39:51 (GMT)
commite7a1b85f76b38fc8b6889752ca4b5625b05b0cbd (patch)
tree5247ceb5719f8b522a59893afacd6ea92cae4102 /Tests/SourceGroups/foo.c
parentd634c4e743136882465f7d93283eff3accafa011 (diff)
downloadCMake-e7a1b85f76b38fc8b6889752ca4b5625b05b0cbd.zip
CMake-e7a1b85f76b38fc8b6889752ca4b5625b05b0cbd.tar.gz
CMake-e7a1b85f76b38fc8b6889752ca4b5625b05b0cbd.tar.bz2
ENH: add test for source_group
Alex
Diffstat (limited to 'Tests/SourceGroups/foo.c')
-rw-r--r--Tests/SourceGroups/foo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/SourceGroups/foo.c b/Tests/SourceGroups/foo.c
new file mode 100644
index 0000000..3bebc4d
--- /dev/null
+++ b/Tests/SourceGroups/foo.c
@@ -0,0 +1,4 @@
+int bar(void)
+{
+ return 42;
+}