From 1e42f65a99b8e50619adaa13ca4b0b30123a05ac Mon Sep 17 00:00:00 2001 From: lyon1998 Date: Thu, 14 Apr 2022 18:55:22 +0800 Subject: [PATCH] add _gtest_once to run more gtests --- port/linux/_gtest_once.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 port/linux/_gtest_once.sh diff --git a/port/linux/_gtest_once.sh b/port/linux/_gtest_once.sh new file mode 100644 index 000000000..76c3e0220 --- /dev/null +++ b/port/linux/_gtest_once.sh @@ -0,0 +1,4 @@ +sh update-compiler.sh +rm build/test/pikascript_test +sh make.sh +build/test/pikascript_test