For detailed testing scripts, please refer to solution guide
yum install gtest-devel
yum install gmock
git 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 -j
cd ../../core/
mvn clean package -DskipTests