Fri, 01 Nov 2024 16:21:06 +0100
fix test function names not in line with naming convention
952 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <ItemGroup> | |
4 | <Filter Include="Header"> | |
5 | <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | |
6 | <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> | |
7 | </Filter> | |
8 | <Filter Include="Source"> | |
9 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | |
10 | <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | |
11 | </Filter> | |
12 | </ItemGroup> | |
13 | <ItemGroup> | |
14 | <ClCompile Include="..\..\tests\test_allocator.c"> | |
15 | <Filter>Source</Filter> | |
16 | </ClCompile> | |
17 | <ClCompile Include="..\..\tests\test_buffer.c"> | |
18 | <Filter>Source</Filter> | |
19 | </ClCompile> | |
20 | <ClCompile Include="..\..\tests\test_compare.c"> | |
21 | <Filter>Source</Filter> | |
22 | </ClCompile> | |
23 | <ClCompile Include="..\..\tests\test_hash_key.c"> | |
24 | <Filter>Source</Filter> | |
25 | </ClCompile> | |
26 | <ClCompile Include="..\..\tests\test_hash_map.c"> | |
27 | <Filter>Source</Filter> | |
28 | </ClCompile> | |
29 | <ClCompile Include="..\..\tests\test_iterator.c"> | |
30 | <Filter>Source</Filter> | |
31 | </ClCompile> | |
32 | <ClCompile Include="..\..\tests\test_json.c"> | |
33 | <Filter>Source</Filter> | |
34 | </ClCompile> | |
35 | <ClCompile Include="..\..\tests\test_list.c"> | |
36 | <Filter>Source</Filter> | |
37 | </ClCompile> | |
38 | <ClCompile Include="..\..\tests\test_mempool.c"> | |
39 | <Filter>Source</Filter> | |
40 | </ClCompile> | |
41 | <ClCompile Include="..\..\tests\test_printf.c"> | |
42 | <Filter>Source</Filter> | |
43 | </ClCompile> | |
44 | <ClCompile Include="..\..\tests\test_properties.c"> | |
45 | <Filter>Source</Filter> | |
46 | </ClCompile> | |
47 | <ClCompile Include="..\..\tests\test_string.c"> | |
48 | <Filter>Source</Filter> | |
49 | </ClCompile> | |
50 | <ClCompile Include="..\..\tests\test_tree.c"> | |
51 | <Filter>Source</Filter> | |
52 | </ClCompile> | |
53 | <ClCompile Include="..\..\tests\test_utils.c"> | |
54 | <Filter>Source</Filter> | |
55 | </ClCompile> | |
56 | <ClCompile Include="..\..\tests\ucxtest.c"> | |
57 | <Filter>Source</Filter> | |
58 | </ClCompile> | |
59 | <ClCompile Include="..\..\tests\util_allocator.c"> | |
60 | <Filter>Source</Filter> | |
61 | </ClCompile> | |
62 | </ItemGroup> | |
63 | <ItemGroup> | |
64 | <ClInclude Include="..\..\tests\util_allocator.h"> | |
65 | <Filter>Header</Filter> | |
66 | </ClInclude> | |
67 | </ItemGroup> | |
68 | </Project> |