Skip to content

Commit

Permalink
add runner for bin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschaller committed Jul 5, 2024
1 parent 46b56c7 commit 81c4369
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/android_integration.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'package:tapped_test_toolkit/tapped_test_toolkit.dart';

void main(List<String> arguments) {
runAndroidIntegrationTest(arguments);
}
5 changes: 5 additions & 0 deletions bin/ios_integration.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'package:tapped_test_toolkit/tapped_test_toolkit.dart';

void main(List<String> arguments) {
runIosIntegrationTest(arguments);
}

0 comments on commit 81c4369

Please sign in to comment.