chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91853c
)
symm/stub.c.in: Add a trivial test rig which says to look over there.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 May 2017 18:36:44 +0000
(19:36 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:41 +0000
(14:58 +0100)
As hinted.
symm/stub.c.in
patch
|
blob
|
blame
|
history
diff --git
a/symm/stub.c.in
b/symm/stub.c.in
index 59721da2250773d64f61a23d81fae6cd5890fc00..54959f8111db284b61d531259e58d144d701e6e4 100644
(file)
--- a/
symm/stub.c.in
+++ b/
symm/stub.c.in
@@
-4,3
+4,8
@@
%#
/* -*-c-*- */
typedef int uninteresting;
+#ifdef TEST_RIG
+#include <stdio.h>
+int main(void)
+ { printf("Your princess is in castle `@base.t'.\n"); return (0); }
+#endif