Add refactored nget commands and UT
[ric-plt/dbaas.git] / redismodule / run-tests.sh.in
index 194095d..4de7716 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 valgrind --leak-check=full ./redismodule_ut
+valgrind --leak-check=full ./redismodule_ut2
 if [ $? != 0 ]
 then
    exit -1