summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-25 15:09:22 (GMT)
committerBrad King <brad.king@kitware.com>2007-05-25 15:09:22 (GMT)
commit3124c60938626f19a8767e1e4a155a348ca954c9 (patch)
treef0728b527de326a321890ca75538574bd507dea1 /Tests/SimpleInstall
parent22a1df057617710ea613d9673314fa81ddb6bbab (diff)
downloadCMake-3124c60938626f19a8767e1e4a155a348ca954c9.zip
CMake-3124c60938626f19a8767e1e4a155a348ca954c9.tar.gz
CMake-3124c60938626f19a8767e1e4a155a348ca954c9.tar.bz2
ENH: Add test to see if INSTALL_FILES actually worked.
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r--Tests/SimpleInstall/inst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx
index 53082dc..3faf924 100644
--- a/Tests/SimpleInstall/inst.cxx
+++ b/Tests/SimpleInstall/inst.cxx
@@ -3,6 +3,7 @@
#ifdef STAGE_2
# include <foo/lib1.h>
# include <foo/lib2renamed.h>
+# include <lib3.h>
#else
# include "lib1.h"
# include "lib2.h"