Check the SPC before creating a native image for the app
[platform/core/dotnet/launcher.git] / tests / TCs / 1_AOT / AOT.py
index f32488b..8463227 100755 (executable)
@@ -39,7 +39,7 @@ def TC_01():
 
     return "PASS"
 
-# The `Launcher_TC_AOT_02` application generates native image.
+# The `Launcher_TC_AOT_02` application generates native image when the SPC.ni.dll exists.
 def TC_02():
     if "OK" not in create_spc_ni():
         return f"FAIL : Create native image for {SPC_DLL}"
@@ -80,7 +80,7 @@ def TC_02():
 
     return "PASS"
 
-# The `Launcher_TC_AOT_03` application does not generate native image.
+# The `Launcher_TC_AOT_03` application does not generate native image when the SPC.ni.dll doesn't exist.
 def TC_03():
     if "OK" not in remove_system_ni():
         return "FAIL : Remove the platform native image"