blob: 7848b5a58e3b7bf7ea4b1324883523653c684a31 [file] [log] [blame] [view] [edit]
## What's this?
This is Flutter app project which serves as a skeleton for running binding runtime tests on android, using Flutter's integration testing mechanism.
## How to run tests?
Generate runtime test files, by running the following in parent (jnigen) directory.
```bash
dart run tool/generate_runtime_tests.dart
```
This will generate integration_test/runtime_test.dart in this directory, along with other runtime tests for JNIgen. This can be run with regular integration test mechanism.
```bash
flutter test integration_test/
```