tests: Break off --draw-mode from render-test into ascii-test.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Jan 2021 06:43:57 +0000 (22:43 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Jan 2021 06:47:41 +0000 (22:47 -0800)
commit7c2b97b0c7172f4d6eb0b3022c56c0b61cb5f60f
treefd663a92d0479e5a836d6ed525eec68ed2357b2c
parente552b78ccafd962fc00c1092bd7e22ed6676d527
tests: Break off --draw-mode from render-test into ascii-test.

My plan is for render-test to go away in favor of a comprehensive test for
pivot tables, which are the only kinds of tables that actually matter.
The --draw-mode tests are a different kind of beast, so it makes sense to
keep them and put them in a different place.
tests/automake.mk
tests/output/ascii-test.c [new file with mode: 0644]
tests/output/ascii.at
tests/output/render.at