Esempio n. 1
0
 public void TestAddMatchTag()
 {
     using (var udev = new Context())
         using (var e = new Enumerator(udev)) {
             // FIXME: this will fail on systems not running systemd
             e.AddMatchTag("systemd");
             e.ScanDevices();
             Assert.NotEmpty(e);
         }
 }