summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorCurtis McEnroe2018-09-14 19:41:48 -0400
committerCurtis McEnroe2018-09-14 19:41:48 -0400
commitb7bac21263ddd7112f74a9ae71180e70466e34b4 (patch)
treea4b5487acc43485f05ca29a657662804e5e33c27 /Makefile
parent714a703935ceff4c676706584ef612e2ca6e105f (diff)
Add termEvent tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
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