From: Mark Wooding Date: Wed, 10 May 2017 18:36:44 +0000 (+0100) Subject: symm/stub.c.in: Add a trivial test rig which says to look over there. X-Git-Tag: 2.4.0~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/7a94b69f2993f9c931a6362cbe2d81e68cadfced symm/stub.c.in: Add a trivial test rig which says to look over there. As hinted. --- diff --git a/symm/stub.c.in b/symm/stub.c.in index 59721da2..54959f81 100644 --- a/symm/stub.c.in +++ b/symm/stub.c.in @@ -4,3 +4,8 @@ %# /* -*-c-*- */ typedef int uninteresting; +#ifdef TEST_RIG +#include +int main(void) + { printf("Your princess is in castle `@base.t'.\n"); return (0); } +#endif