Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)

set(data_tests test_data_initialization test_leafref_remove test_instid_remove)
set(data_tests test_data_initialization test_leafref_remove test_instid_remove test_libyang)
set(schema_yin_tests test_ietf test_augment test_print_transform)

foreach(test_name IN LISTS data_tests)
Expand Down
3 changes: 3 additions & 0 deletions tests/data/files/a.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<x xmlns="urn:a">
<bubba>test</bubba>
</x>
Loading