We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4362bc4 commit 7d41a81Copy full SHA for 7d41a81
README.md
@@ -77,7 +77,7 @@ cd native && mkdir -p build && cd build && cmake .. && make jvmplant -j 4
77
Run the unit tests:
78
79
```bash
80
-export JVMPLANT_TEST_NATIVE_DIR=/path/to/jvmplant/native/build
+export JVMPLANT_TEST_NATIVE_DIR=/path/to/JvmXposed/native/build
81
./gradlew :jvm:test:test --tests "dev.tmpfs.jvmplant.test.HookTests"
82
```
83
0 commit comments