From 7d55376613ce4c2c81429806925b5117533c6963 Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Mon, 24 Aug 2026 21:33:18 +0800 Subject: [PATCH] Add forui tests --- registry/forui.test | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 registry/forui.test 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