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 3d396ff commit 590ea4aCopy full SHA for 590ea4a
1 file changed
README.md
@@ -89,14 +89,15 @@ $ ./native
89
#### Mock Server
90
To test third parties we need to setup a server to mock http request from them.
91
By running `make server`, it will serve in http://localhost:9999. You will see `Hi guys!` in there.
92
-```bash
+Please keep this terminal running during your development.
93
+```bash
94
$ make server
95
```
96
97
#### Memory Leak
98
Valgrind helps us in checking memory leak, you've just need to run
99
-$ make leak
100
+$ cmake . && make native_test && make leak
101
102
It will tell you issues relate to memory.
103
0 commit comments