summaryrefslogtreecommitdiff
path: root/librsvg-c/tests
Commit message (Collapse)AuthorAgeFilesLines
* Copy a utility function to the librsvg-c tests to avoid having a test-utils ↵Federico Mena Quintero2023-04-251-2/+8
| | | | | | | | | | | feature The only thing that librsvg-c's tests use from rsvg::test_utils is the load_svg() function. That function is trivial enough that we can just copy it to librsvg-c's tests, and thus avoid having a whole feature specification just for that. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
* Move librsvg-c/src/c_api/* one directory upFederico Mena Quintero2023-04-191-1/+1
| | | | | | | | | librsvg-c/src/lib.rs just had "pub mod c_api;", so let's pull everything one directory up. This will also make it slightly easier to fix the toplevel Makefile.am. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
* meta: Separate C API from rust crateSophie Herold2023-04-011-0/+189
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>