This module defines the following function.
jegp_add_test(<name>
[TYPE {EXECUTABLE | OBJECT_LIBRARY}]
[SOURCES <source>...]
[COMPILE_OPTIONS <option>...]
[LINK_LIBRARIES <library>...])
This function adds the target ${name}.
TYPEspecifies the type of the added target and defaults toEXECUTABLE.
[ Note: AnOBJECT_LIBRARYtarget effectively serves as compile-time test. -- end note ]SOURCESspecifies its source files in${CMAKE_CURRENT_SOURCE_DIR}. Defaults to${name}.cpp.COMPILE_OPTIONSspecifies itsPRIVATEcompile options.LINK_LIBRARIESspecifies itsPRIVATElinked libraries.