Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitattributes: introduce and use "generated" attribute | Zbigniew Jędrzejewski-Szmek | 2021-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | I want to mark some files to be ignored for licensing purposes, e.g. output from fuzzers and other samples. By using the gitattribute machinery for this we don't need to design a custom protocol: $ git check-attr generated test/test-sysusers/unhappy-* test/test-sysusers/unhappy-1.expected-err: generated: set test/test-sysusers/unhappy-1.input: generated: unspecified test/test-sysusers/unhappy-2.expected-err: generated: set test/test-sysusers/unhappy-2.input: generated: unspecified test/test-sysusers/unhappy-3.expected-err: generated: set test/test-sysusers/unhappy-3.input: generated: unspecified | ||||
* | gitattributes: mark more files as "binary" | Zbigniew Jędrzejewski-Szmek | 2021-10-18 | 1 | -0/+2 |
| | | | | This way we know that we shouldn't look for a spdx header in them. | ||||
* | test-journal-importer: add a test case with broken input | Zbigniew Jędrzejewski-Szmek | 2017-02-15 | 1 | -0/+0 |
| | |||||
* | test-journal-importer: new test file to check the newly exported importer code | Zbigniew Jędrzejewski-Szmek | 2017-02-15 | 1 | -0/+0 |
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). |