blob: eb381d025a7b7567ff4f763411cae9375dc874ba [file] [log] [blame]
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// 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.
@TestOn('windows')
import 'package:test/test.dart';
import 'package:watcher/src/directory_watcher/windows.dart';
import 'shared.dart';
import '../utils.dart';
void main() {
watcherFactory = (dir) => WindowsDirectoryWatcher(dir);
sharedTests();
}