mirror of
https://github.com/labwc/labwc.git
synced 2026-03-13 05:33:47 -04:00
src/config/rcxml.c: parse xml from buffer
Avoid unit tests writing to/from files by using xmlParseMemory() instead of xmlReadFile().
This commit is contained in:
parent
40c0b169ef
commit
bc51e0ad2f
10 changed files with 86 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
rcxml_lib = static_library(
|
||||
'rcxml',
|
||||
sources: ['../src/config/rcxml.c'],
|
||||
sources: files('../src/config/rcxml.c', '../src/common/buf.c'),
|
||||
dependencies: xml2,
|
||||
include_directories: [labwc_inc],
|
||||
link_with: library('libxml-2.0'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue