localui/tests: Add initial test.
diff --git a/configure b/configure
index 9cf3cbb..e240093 100755
--- a/configure
+++ b/configure
@@ -20398,6 +20398,8 @@
 
 ac_config_files="$ac_config_files dlls/localui/Makefile"
 
+ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
+
 ac_config_files="$ac_config_files dlls/lz32/Makefile"
 
 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
@@ -21517,6 +21519,7 @@
     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
+    "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;