diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-05 23:27:00 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-15 00:29:57 -0500 |
commit | 48ccb60d453b06584e58f6ffca47b2204f9c65db (patch) | |
tree | 72095ab1154327cfc85e20fe4336f52a5d3d7c2d /.gitignore | |
parent | Move export format parsing from src/journal-remote/ to src/basic/ (diff) | |
download | systemd-48ccb60d453b06584e58f6ffca47b2204f9c65db.tar.gz systemd-48ccb60d453b06584e58f6ffca47b2204f9c65db.tar.bz2 systemd-48ccb60d453b06584e58f6ffca47b2204f9c65db.zip |
test-journal-importer: new test file to check the newly exported importer code
Only one test case is added, but it is enough to check basic sanity of the
code (single-line and binary fields and trusted fields, allocation and freeing).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe7859c26..924b995bb 100644 --- a/.gitignore +++ b/.gitignore @@ -220,6 +220,7 @@ /test-journal /test-journal-enum /test-journal-flush +/test-journal-importer /test-journal-init /test-journal-interleaving /test-journal-match |