Skip to content

Commit a1b3332

Browse files
authored
Move minunit due to compile errors. (#2439)
1 parent d6f8e53 commit a1b3332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Rizin, but to test new API or new code we suggest to write small unit tests.
186186
187187
The basic structure of a unit test is the following:
188188
```C
189-
#include "minunit.h"
190189
#include <rz_XXXXX.h>
190+
#include "minunit.h" // Place at the bottom of includes.
191191
192192
static bool test_my_feature(void) {
193193
// code to test the behaviour

0 commit comments

Comments
 (0)