For detailed testing scripts, please refer to solution guide
yum install gtest-devel
yum install gmockgit clone -b ${version} https://github.com/oap-project/native-sql-engine.git
cd oap-native-sql
cd cpp/
mkdir build/
cd build/
cmake .. -DTESTS=ON
make -jcd ../../core/
mvn clean package -DskipTests