mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
7 lines
109 B
C
7 lines
109 B
C
|
/*
|
||
|
* cgtest.c: stub file to compile cmdgen.c in self-test mode
|
||
|
*/
|
||
|
|
||
|
#define TEST_CMDGEN
|
||
|
#include "cmdgen.c"
|