class C_LANGUAGE_INTERFACE_AUTOTEST_APP
Finalized executable tests for library C-language-interface.ecf
Command option: -c_language_interface_autotest
Test Sets
COM_OBJECT_TEST_SET
note
description: "[
Finalized executable tests for library [./library/C-language-interface.C_API.html C-language-interface.ecf]
]"
notes: "[
Command option: `-c_language_interface_autotest'
**Test Sets**
${COM_OBJECT_TEST_SET}
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-05-17 7:59:07 GMT (Friday 17th May 2024)"
revision: "4"
class
C_LANGUAGE_INTERFACE_AUTOTEST_APP
inherit
EL_AUTOTEST_APPLICATION [COM_OBJECT_TEST_SET]
create
make
feature {NONE} -- Implementation
compile: TUPLE [
EL_CPP_BOOLEAN_VECTOR,
EL_CPP_ITERATION_CURSOR [ANY],
EL_CPP_STD_ITERATION_CURSOR [ANY]
]
do
create Result
end
end