diff --git a/registry/forui.test b/registry/forui.test new file mode 100644 index 0000000..81f6dcc --- /dev/null +++ b/registry/forui.test @@ -0,0 +1,15 @@ +# Tests from https://github.com/duobaseio/forui + +contact=matt@duobase.io +contact=joe@duobase.io + +fetch=git clone https://github.com/duobaseio/forui.git tests +fetch=git -C tests checkout 5968a032480a2bca48373b3402fe80c13c8e72cf + +setup.windows=.\customer_test_setup.bat +setup.posix=./customer_test_setup.sh + +update=forui + +test.windows=.\customer_test.bat +test.posix=./customer_test.sh