Sign in
flutter
/
mirrors
/
engine
/
refs/heads/et-build-dart
/
.
/
testing
/
dart
/
run_test.sh
blob: b981fcb8c9051d364a135c233f7193bd06fd9848 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
set
-
e
FILE
=
$1
COMPILE_TARGET
=
compile_$FILE
.
dart
DART_FILTER
=
$FILE
.
dart
ninja
-
C
../
out
/
host_debug_unopt_arm64 $COMPILE_TARGET
./
testing
/
run_tests
.
py
--
type
=
dart
--
dart
-
filter
=
$DART_FILTER
--
variant
=
host_debug_unopt_arm64