Unit testing: Difference between revisions

Unit testing in FreeBASIC
(Unit testing in FreeBASIC)
Line 6:
 
Clearly state whether this support is internal, or external to the interpreter or compiler used.
 
=={{header|FreeBASIC}}==
fbcunit - FreeBASIC Compiler Unit Testing Component<br>
Copyright (C) 2017-2020 Jeffery R. Marshall (coder[at]execulink[dot]com)
 
Unit testing component for fbc compiler. Provides macros and common code for unit testing fbc compiled sources.
 
See https://github.com/jayrm/fbcunit.
 
 
=={{header|Go}}==
2,150

edits