From 1f67f330970489b5120a23ee474177e77fc5efe1 Mon Sep 17 00:00:00 2001 From: Chendi Xue Date: Wed, 10 Apr 2019 13:44:29 +0800 Subject: [PATCH] Add test compile in make Signed-off-by: Chendi Xue --- src/main/cpp/make | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/cpp/make b/src/main/cpp/make index 925e5088..f15cd9c4 100755 --- a/src/main/cpp/make +++ b/src/main/cpp/make @@ -1,2 +1,3 @@ #!/usr/bin/sh g++ lib_jni_pmdk.cpp -o libjnipmdk.so PersistentMemoryPool.cpp Request.cpp -I$JAVA_HOME -I$JAVA_HOME/include/linux -I$JAVA_HOME/include -std=c++11 -lpmemobj -lpthread -fPIC -shared -g +g++ test.cpp -o example -lpthread -ljnipmdk