Changes between Initial Version and Version 1 of Ticket #2488, comment 13


Ignore:
Timestamp:
Sep 25, 2014, 3:37:51 PM (10 years ago)
Author:
Yves

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2488, comment 13

    initial v1  
    55* Using "--runner=ErrorPrinter" (same as *nix), works as expected. The following tests were done with the ErrorPrinter
    66* Running specific test suites works:
     7{{{
    78D:\Projekte\0ad\binaries\system>test.exe TestCmpTemplateManager
    89Running cxxtest tests (4 tests)....OK!
     10}}}
    911* Running specific tests works:
     12{{{
    1013D:\Projekte\0ad\binaries\system>test.exe TestCmpTemplateManager test_LoadTemplate
    1114Running cxxtest tests (1 test).OK!
     15}}}
    1216* Using -disabled seems to work too (it runs a lot more tests but crashs... I assume that's the reason these tests are disabled and not a fault of cxxtest).
    1317
    14 So I'd say Win32ODSPrinter.h should be added again and the OS check on line 1332 of Premake4.lua can be removed (--runner=ErrorPrinter also for Windows). Btw. there's no need for a new cxxtestgen.exe because you didn't change the python files.
     18I'd say Win32ODSPrinter.h should be added again and the OS check on line 1332 of Premake4.lua can be removed (--runner=ErrorPrinter also for Windows). Btw. there's no need for a new cxxtestgen.exe because you didn't change the python files.