1*7485b225SElliott Hughes# Copyright © 2020 Dylan Baker 2*7485b225SElliott Hughes 3*7485b225SElliott Hughes# This software is provided 'as-is', without any express or implied 4*7485b225SElliott Hughes# warranty. In no event will the authors be held liable for any 5*7485b225SElliott Hughes# damages arising from the use of this software. 6*7485b225SElliott Hughes 7*7485b225SElliott Hughes# Permission is granted to anyone to use this software for any 8*7485b225SElliott Hughes# purpose, including commercial applications, and to alter it and 9*7485b225SElliott Hughes# redistribute it freely, subject to the following restrictions: 10*7485b225SElliott Hughes 11*7485b225SElliott Hughes# 1. The origin of this software must not be misrepresented; you must 12*7485b225SElliott Hughes# not claim that you wrote the original software. If you use this 13*7485b225SElliott Hughes# software in a product, an acknowledgment in the product documentation 14*7485b225SElliott Hughes# would be appreciated but is not required. 15*7485b225SElliott Hughes 16*7485b225SElliott Hughes# 2. Altered source versions must be plainly marked as such, and 17*7485b225SElliott Hughes# must not be misrepresented as being the original software. 18*7485b225SElliott Hughes 19*7485b225SElliott Hughes# 3. This notice may not be removed or altered from any source 20*7485b225SElliott Hughes# distribution. 21*7485b225SElliott Hughes 22*7485b225SElliott Hughesoption( 23*7485b225SElliott Hughes 'tests', 24*7485b225SElliott Hughes type : 'boolean', 25*7485b225SElliott Hughes description : 'Enable unit tests', 26*7485b225SElliott Hughes value : true, 27*7485b225SElliott Hughes yield : true, 28*7485b225SElliott Hughes)