systemd / zram-generator

Systemd unit generator for zram devices
MIT License
584 stars 50 forks source link

Split off tests with \ in the filename and ignore them for cargo-package #115

Closed nabijaczleweli closed 3 years ago

nabijaczleweli commented 3 years ago

This is the least intrusive and keeps the widest test coverage across both modes (in-tree and from cargo-package)

Cf. https://github.com/systemd/zram-generator/issues/108#issuecomment-950686980

keszybz commented 3 years ago

https://github.com/systemd/zram-generator/pull/114 would also work, but this is nicer. Let's merge when the tests pass.