summaryrefslogtreecommitdiff
path: root/library-test.c
Commit message (Collapse)AuthorAge
* btrfs-progs: library-test: add all exported headersDavid Sterba2017-03-31
| | | | | | | Explicitly include all headers exported to library, as a light build check that the files are really present. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: library-test: update header inclusionDavid Sterba2017-03-16
| | | | | | | The library-test is supposed to compile and link as an external program, so we should update the way the headers are included. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: test: extend library-test coverageDavid Sterba2016-11-24
| | | | | | | Add test for linkage error of lookup_path_rootid. The built binary has to be run to catch also run-time errors. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: build, add basic build test for libraryDavid Sterba2014-11-07
Basic test based on snapper code that uses the send stream API. Signed-off-by: David Sterba <dsterba@suse.cz>