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

Commit

Permalink
add driver_test to test_all
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Apr 5, 2017
1 parent 9ce13a0 commit 57b9fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'driver_test.dart' as driver;
import 'message_grouper_test.dart' as message_grouper;
import 'worker_loop_test.dart' as worker_loop;

void main() {
driver.main();
message_grouper.main();
worker_loop.main();
}

0 comments on commit 57b9fdb

Please sign in to comment.