Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Add test compile in make
Browse files Browse the repository at this point in the history
Signed-off-by: Chendi Xue <[email protected]>
  • Loading branch information
xuechendi committed Apr 10, 2019
1 parent 200ce65 commit 1f67f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/make
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f67f33

Please sign in to comment.