Changes between Version 1 and Version 2 of Ticket #6693, comment 2


Ignore:
Timestamp:
Jan 17, 2023, 8:55:53 AM (19 months ago)
Author:
Langbart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6693, comment 2

    v1 v2  
    3737}}}
    3838
     39----
     40
     41==== related IRC discussion
     42
     43IRC 0ad-dev [https://irclogs.wildfiregames.com/%230ad-dev/2020-06-26-QuakeNet-%230ad-dev.log 26/June/20]
     44{{{#!txt
     4519:00 < FeXoR> ... And what is cxxtest :p
     46...
     4719:30 < Stan> FeXoR, cxxtests is our test framework. The python files
     4819:31 < Stan> Generate cpp files corresponding tour our test.h files
     49}}}
     50
     51IRC 0ad-dev [https://irclogs.wildfiregames.com/%230ad-dev/2020-05-17-QuakeNet-%230ad-dev.log 17/May/20]
     52{{{#!txt
     5312:37 < wraitii> Itms: I had this vague idea that perhaps it would be a good idea to some day change the library we use for testing. For one thing, CXXTest is getting outdated. Further, the auto-generation is still broken on XCode and is kinda wonky
     5412:38 < wraitii> (I feel like we might also just compile tests as part of the main executable someday, but that's another topic)
     5512:43 <@Itms> yes, cxxtest is not great
     5612:43 < Stan> linkmauve: What do you use for unit tests in your projects?
     5712:43 <@Itms> but I don't know about the alternatives
     58}}}