diff options
author | June McEnroe <june@causal.agency> | 2018-09-14 19:41:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-14 19:41:48 -0400 |
commit | b7bac21263ddd7112f74a9ae71180e70466e34b4 (patch) | |
tree | a4b5487acc43485f05ca29a657662804e5e33c27 /Makefile | |
parent | Check width of entire next word including codes (diff) | |
download | catgirl-b7bac21263ddd7112f74a9ae71180e70466e34b4.tar.gz catgirl-b7bac21263ddd7112f74a9ae71180e70466e34b4.zip |
Add termEvent tests
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index ac361d1..46d50ac 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ OBJS += ui.o OBJS += url.o TESTS += format.t +TESTS += term.t all: tags chatte |