Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
add jni_gen:setup to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Aug 16, 2022
1 parent 7157cc0 commit 63c34be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jni_gen/test/generated_file_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ final samplePath = join('test', 'sample');
final javaPath = join(samplePath, 'java');

Future<void> generateSources() async {
await Process.run('dart', ['run', 'jni_gen:setup']);
await Process.run('javac', ['dev/dart/sample/Example.java'],
workingDirectory: javaPath);
try {
Expand Down

0 comments on commit 63c34be

Please sign in to comment.