summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/inst.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-25 11:41:37 -0400
committerBrad King <brad.king@kitware.com>2007-05-25 11:41:37 -0400
commita99c60b0edde8fc71def63c88c5a736e67fdde0a (patch)
tree78e79769451d53ddebe204a519ab00eaac387abc /Tests/SimpleInstall/inst.cxx
parent3124c60938626f19a8767e1e4a155a348ca954c9 (diff)
downloadcmake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.tar.gz
ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cover all forms of old-style install commands.
Diffstat (limited to 'Tests/SimpleInstall/inst.cxx')
-rw-r--r--Tests/SimpleInstall/inst.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx
index 3faf924baa..7f2962d00b 100644
--- a/Tests/SimpleInstall/inst.cxx
+++ b/Tests/SimpleInstall/inst.cxx
@@ -4,6 +4,8 @@
# include <foo/lib1.h>
# include <foo/lib2renamed.h>
# include <lib3.h>
+# include <old/lib2.h>
+# include <old/lib3.h>
#else
# include "lib1.h"
# include "lib2.h"