class IMAGE_UTILS_AUTOTEST_APP

(source code)

description

Finalized executable tests for library image-utils.ecf

notes

Command option: -image_utils_autotest

Test Sets

IMAGE_UTILS_TEST_SET
note
	description: "Finalized executable tests for library [./library/image-utils.html image-utils.ecf]"
	notes: "[
		Command option: `-image_utils_autotest'
		
		**Test Sets**
		
			${IMAGE_UTILS_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-01-20 19:18:27 GMT (Saturday 20th January 2024)"
	revision: "13"

class
	IMAGE_UTILS_AUTOTEST_APP

inherit
	EL_CRC_32_AUTOTEST_APPLICATION [IMAGE_UTILS_TEST_SET]

create
	make

end