doc/developer.texi: document checkasm

This commit is contained in:
Anton Khirnov 2022-11-24 10:15:01 +01:00
parent a36ad2c649
commit f4dd302a38
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ NASM on x86;
GAS on ARM.
@end itemize
A unit testing framework for assembly called @code{checkasm} lives under
@file{tests/checkasm}. All new assembly should come with @code{checkasm} tests;
adding tests for existing assembly that lacks them is also strongly encouraged.
@subsection Other languages
Other languages than C may be used in special cases: