1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/customer_testing
2019-07-28 12:04:56 -07:00

47 lines
461 B
Bash
Executable File

#!/bin/bash
set -e
cd "animations"
flutter test
cd ..
cd "flutter_maps_firestore"
flutter test
cd ..
cd "isolate_example"
flutter test
cd ..
cd "jsonexample"
flutter test
cd ..
cd "place_tracker"
flutter test
cd ..
cd "platform_design"
flutter test
cd ..
cd "platform_view_swift"
flutter test
cd ..
cd "provider_counter"
flutter test
cd ..
cd "provider_shopper"
flutter test
cd ..
cd "shrine"
flutter test
cd ..
cd "veggieseasons"
flutter test
cd ..