class EVOLICITY_AUTOTEST_APP
Command line interface to EVOLICITY_TEST_SET
note
description: "Command line interface to [$source EVOLICITY_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: "2022-12-31 11:02:42 GMT (Saturday 31st December 2022)"
revision: "21"
class
EVOLICITY_AUTOTEST_APP
inherit
EL_CRC_32_AUTOTEST_APPLICATION [EVOLICITY_TEST_SET]
create
make
feature {NONE} -- Implementation
compile_also: TUPLE [EVOLICITY_TUPLE_CONTEXT, EVOLICITY_REFLECTIVE_SERIALIZEABLE]
do
create Result
end
end