You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/developer.texi: document checkasm
This commit is contained in:
@@ -104,6 +104,10 @@ NASM on x86;
|
|||||||
GAS on ARM.
|
GAS on ARM.
|
||||||
@end itemize
|
@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
|
@subsection Other languages
|
||||||
|
|
||||||
Other languages than C may be used in special cases:
|
Other languages than C may be used in special cases:
|
||||||
|
Reference in New Issue
Block a user