This commit is contained in:
Dustin J. Mitchell 2022-02-05 00:23:53 +00:00
parent 3dd2ae5011
commit a46a9d587a
2 changed files with 2 additions and 2 deletions

View file

@ -26,5 +26,5 @@ Keep the `RUN_TEST`s in the same order as the functions they call.
To add a suite,
1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of hte others.
1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of the others.
1. Add a the suite name to `suites` in `integration-tests/build.rs`.