ENH: Added partial test for include regular expressions.
This commit is contained in:
parent
1170f1af79
commit
16b9edd17b
|
@ -101,7 +101,7 @@ INCLUDE_DIRECTORIES(BEFORE
|
|||
${Complex_BINARY_DIR}
|
||||
)
|
||||
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^$")
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^cmMissing")
|
||||
|
||||
LINK_DIRECTORIES(
|
||||
${Complex_BINARY_DIR}/Library
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#if 0
|
||||
#include "cmMissingHeader.h"
|
||||
#endif
|
||||
|
||||
int main(int , char**)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
@ -101,7 +101,7 @@ INCLUDE_DIRECTORIES(BEFORE
|
|||
${Complex_BINARY_DIR}
|
||||
)
|
||||
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^$")
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^cmMissing")
|
||||
|
||||
LINK_DIRECTORIES(
|
||||
${Complex_BINARY_DIR}/Library
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#if 0
|
||||
#include "cmMissingHeader.h"
|
||||
#endif
|
||||
|
||||
int main(int , char**)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
@ -101,7 +101,7 @@ INCLUDE_DIRECTORIES(BEFORE
|
|||
${Complex_BINARY_DIR}
|
||||
)
|
||||
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^$")
|
||||
INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^cmMissing")
|
||||
|
||||
LINK_DIRECTORIES(
|
||||
${Complex_BINARY_DIR}/Library
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#if 0
|
||||
#include "cmMissingHeader.h"
|
||||
#endif
|
||||
|
||||
int main(int , char**)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue