После создания тестового файла xxxxtest могу ли я с помощью gtest передать параметр при запуске теста, например[code]./xxxxtest 100[/code]. I want to control my test function using the parameter, but I do not know how to use the para in my test, can you show me a sample in test?