Hi all
Currently, every single testcase is an excutable file, which is as big as a BE. If we want to test all the UTs, it takes a long time to compile and huge disk space. How about build all testcase in one executable file, and by using --gtest-filter arguments to specify which UT you want to test. BR/Minghong