Home
last modified time | relevance | path

Searched refs:test_resources (Results 1 – 4 of 4) sorted by relevance

/third_party/libsoup/tests/
Dmeson.build19 test_resources = gnome.compile_resources('soup-tests', variable
184 sources : [ test_name + '.c', test_resources ],
/third_party/glib/gio/tests/
D.gitignore132 test_resources.c
Dmeson.build629 test_resources_c = custom_target('test_resources.c',
632 output : 'test_resources.c',
716 test_resources_binary = custom_target('test_resources.o',
718 output : 'test_resources.o',
/third_party/python/Lib/test/
Dtest_regrtest.py713 def test_resources(self): member in ArgsTestCase