diff options
author | Brad King <brad.king@kitware.com> | 2007-05-25 15:41:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-05-25 15:41:37 (GMT) |
commit | a99c60b0edde8fc71def63c88c5a736e67fdde0a (patch) | |
tree | 78e79769451d53ddebe204a519ab00eaac387abc /Tests/SimpleInstall/inst.cxx | |
parent | 3124c60938626f19a8767e1e4a155a348ca954c9 (diff) | |
download | CMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.zip CMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.tar.gz CMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.tar.bz2 |
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.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx index 3faf924..7f2962d 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" |