SHLWAPI_APITEST: Add tests for StrFormatByteSizeW. Patch by Doug Lyons. CORE-12661...
[reactos.git] / rostests / apitests / shlwapi / CMakeLists.txt
index 159243d..3c0c55d 100644 (file)
@@ -4,6 +4,7 @@ list(APPEND SOURCE
     PathIsUNCServer.c
     PathIsUNCServerShare.c
     PathUnExpandEnvStrings.c
+    StrFormatByteSizeW.c
     testlist.c)
 
 add_executable(shlwapi_apitest ${SOURCE})