You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unicorn focus on the testing to reduce bugs and ensure the expected behaviors. The `tests/` directory contains a few subdirectories for testing purposes.
4
+
5
+
-`unit/`: C unit tests since Unicorn 2.
6
+
-`regress/`: The regression tests written in Python and C, imported from Unicorn 1.
7
+
-`rust-tests/`: The tests written in rust.
8
+
-`fuzz/`: The fuzz drivers for OSS-Fuzz.
9
+
-`benchmarks/`: The benchmark suite imported from Unicorn 1.
10
+
11
+
## Contribution Guide
12
+
13
+
Generally, it is ideal to add new tests whenever a PR is made. `unit/` should be the first place for the new tests to go.
0 commit comments