glib/gio/tests/test2.gresource.xml
Chun-wei Fan cd30faae1f gresources: Add a test with resources > 64kb
This is to ensure that the generated code is still compilable by the
running compiler, and see whether we can read the things in there
properly.

See issue #1580.
2018-12-05 18:27:16 +08:00

12 lines
345 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/auto_loaded">
<file>test1.txt</file>
</gresource>
<!-- Test compiling the generated GResource C-code
that has a resouce entry size over 65536 bytes -->
<gresource prefix="/big_prefix">
<file>gresource-big-test.txt</file>
</gresource>
</gresources>