diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-16 20:31:26 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-16 20:31:26 (GMT) |
commit | 626fc717c6a6fb880053e645b3f12805f60c102a (patch) | |
tree | 45cd140bb45fc2f0585a41c074cb062e8ccdd91b /Tests/FindPackageModeMakefileTest/foo.cpp | |
parent | ec6982dc8cad04c72a6ab78b7f115ece65e812bd (diff) | |
download | CMake-626fc717c6a6fb880053e645b3f12805f60c102a.zip CMake-626fc717c6a6fb880053e645b3f12805f60c102a.tar.gz CMake-626fc717c6a6fb880053e645b3f12805f60c102a.tar.bz2 |
Much improved test, should now be executed on all UNIXes
Instead of relying on that some development package is installed on the
system, now a tiny library is built, which is the searched and used
during the test.
Alex
Diffstat (limited to 'Tests/FindPackageModeMakefileTest/foo.cpp')
-rw-r--r-- | Tests/FindPackageModeMakefileTest/foo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/FindPackageModeMakefileTest/foo.cpp b/Tests/FindPackageModeMakefileTest/foo.cpp new file mode 100644 index 0000000..6aea226 --- /dev/null +++ b/Tests/FindPackageModeMakefileTest/foo.cpp @@ -0,0 +1,4 @@ +int foo() +{ + return 1477; +} |