Blame | Last modification | View Log | Download
test_coverage.asm(4): warning: Relative file path with drive letter detected (not supported): c:relative_win_drive_path.some.nonexisting.filetest_coverage.asm(4): warning: Relative file path with drive letter detected (not supported): c:relative_win_drive_path.some.nonexisting.filetest_coverage.asm(4): error: [INCLUDELUA] File doesn't exist: c:relative_win_drive_path.some.nonexisting.filetest_coverage.asm(7): error: [INCLUDELUA] File doesn't exist: c:/absolute_win_drive_path.some.nonexisting.file# file opened: test_coverage.asm1 0000 ; check warning about relative path starting with windows drive letter2 00003 0000 ; relative path should display warning (difficult to append/change path by prefixing the user string)4 0000 INCLUDELUA "c:relative_win_drive_path.some.nonexisting.file"5 00006 0000 ; absolute path is ok-ish (still pain if you cooperate with several developers on same project, but your choice)7 0000 INCLUDELUA "c:/absolute_win_drive_path.some.nonexisting.file"8 00009 0000 ; check LuaShellExec routine - can't capture output (echo is stdout and redirect to stderr differs per OS)10 0000 LUA PASS311 0000 ~ sj.shellexec("echo hello")12 0000 ENDLUA13 0000# file closed: test_coverage.asmValue Label------ - -----------------------------------------------------------