Fix small issues in binary elementwise microkernel test gen

- Test quantization parameters in QU8 microkernels
- Fix error when generating QS8\QU8 VADD[C] microkernel tests
- Regenerate all tests

PiperOrigin-RevId: 388268470
diff --git a/test/f32-vrdivc.cc b/test/f32-vrdivc.cc
index 2e50e5d..2e85c8d 100644
--- a/test/f32-vrdivc.cc
+++ b/test/f32-vrdivc.cc
@@ -13,6 +13,7 @@
 #include <xnnpack/common.h>
 #include <xnnpack/isa-checks.h>
 
+#include <xnnpack/params-init.h>
 #include <xnnpack/vbinary.h>
 #include "vbinaryc-microkernel-tester.h"