Commit Graph

2 Commits

Author SHA1 Message Date
Daiki Ueno
e22eb7d540 secret-tool: Add tests for secret-tool using file backend 2019-08-19 17:22:02 +02:00
Niels De Graef
b19c309096 Add build support for Meson
To build with meson, use the following commands:

```
$ meson build
$ ninja -C build
 # in case you want to install
$ ninja -C build install
```
2019-01-19 21:03:56 +00:00