andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Run ANSI C test suite from doby #468

Open andrew-johnson-4 opened 3 weeks ago

andrew-johnson-4 commented 3 weeks ago

https://github.com/c-testsuite/c-testsuite

should be made runnable with

doby validate --compiler=cc [test-directory]

This should run all tests and pass with clang or gcc.

andrew-johnson-4 commented 3 weeks ago

The LM frontend will in turn be validated with the same mechanism.