diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 19:56:16 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 20:12:30 +0200 |
commit | bc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch) | |
tree | 9b6c88827525687ec9204f33807c6535f8d5cb9b /t/t.tmac | |
parent | c0b94c538d7bee2a81991d64f44b4b2ad255091e (diff) | |
download | mk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz |
Move mk into separate directory
Diffstat (limited to 't/t.tmac')
-rw-r--r-- | t/t.tmac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/t/t.tmac b/t/t.tmac deleted file mode 100644 index 223babe..0000000 --- a/t/t.tmac +++ /dev/null @@ -1,32 +0,0 @@ -.\" start test -.de test -. nr t +1 -. tmc test \\nt (\\$*): -.. -. -.\" make assertion -.de assert -.ec ` -.ie `$1 \{\ -. tm success -.\} -.ec -.el \{\ -. if \\nF<\\nt .tm failure: -.ec ` -. ds *exp `$1 -.ec -. tm { \\*[*exp] -. if !'\\*[*exp]'\\$1' . tm } \\$1 -. nr f +1 -. nr F \\nt -.\} -.. -.\" end tests -.de end -. ie \\nf=0 .tm ** \\nt test(s) succeeded ** -. el \{ -. ab !! \\nf test(s) failed !! -. \} -.. -. |