Lines Matching refs:PARSE_NAME
37 file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/generated-${PARSE_NAME}.cpp "${PARSE_CONTENT}")
38 set(SOURCES ${CMAKE_CURRENT_BINARY_DIR}/generated-${PARSE_NAME}.cpp)
43 add_library(_${PARSE_NAME}_TEST_FAIL STATIC EXCLUDE_FROM_ALL ${SOURCES})
44 add_custom_target(${PARSE_NAME}
45 … COMMAND ${CMAKE_COMMAND} --build . --target _${PARSE_NAME}_TEST_FAIL --config $<CONFIGURATION>
47 add_test(NAME ${PARSE_NAME}
48 … COMMAND ${CMAKE_COMMAND} --build . --target _${PARSE_NAME}_TEST_FAIL --config $<CONFIGURATION>
50 set_tests_properties(${PARSE_NAME} PROPERTIES WILL_FAIL TRUE)
52 add_library(${PARSE_NAME} STATIC ${SOURCES})
53 bcm_mark_as_test(${PARSE_NAME})
56 add_executable (${PARSE_NAME} ${SOURCES})
57 bcm_mark_as_test(${PARSE_NAME})
59 …add_test(NAME ${PARSE_NAME} WORKING_DIRECTORY ${LIBRARY_OUTPUT_PATH} COMMAND ${PARSE_NAME}${CMAKE_…
61 add_test(NAME ${PARSE_NAME} COMMAND ${PARSE_NAME})
64 set_tests_properties(${PARSE_NAME} PROPERTIES WILL_FAIL TRUE)
77 file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/header-main-include-${PARSE_NAME}.cpp
80 file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/header-static-include-${PARSE_NAME}.cpp
83 bcm_add_test(NAME header-static-include-${PARSE_NAME} SOURCES
84 ${CMAKE_CURRENT_BINARY_DIR}/header-main-include-${PARSE_NAME}.cpp
85 ${CMAKE_CURRENT_BINARY_DIR}/header-static-include-${PARSE_NAME}.cpp
88 bcm_add_test(NAME header-include-${PARSE_NAME} CONTENT