Skip to content

Test Suite

Bob Andrews edited this page May 8, 2022 · 6 revisions

We somehow need to make testing of the library headers for standard conformance automatic too. The tests should go into test/standard/

Standards we need to test:

  • C89 (defines CC65_STD_C89)
  • C99 (defines CC65_STD_C99) ISO C99 Draft - Annex B has the header file info
    • This seems the be the actual standard pdf
  • CC65 (CC65_STD_CC65)

https://en.cppreference.com/w/c can give some quick clues on what is available in which standard

standards / drafts

other Test Suites

Clone this wiki locally