aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-24 21:22:10 +0200
committerMattias Andrée <maandree@kth.se>2022-07-24 21:23:34 +0200
commit85d14178aedd73bc9d4f5c79b32881dd2b307de6 (patch)
treefd428d001b53788a2ccad54652337c441d96d7df /Makefile
parentFirst commit (diff)
downloadlibgamepad-85d14178aedd73bc9d4f5c79b32881dd2b307de6.tar.gz
libgamepad-85d14178aedd73bc9d4f5c79b32881dd2b307de6.tar.bz2
libgamepad-85d14178aedd73bc9d4f5c79b32881dd2b307de6.tar.xz
Add test-visual
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ccc316..67bc8d5 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,8 @@ TESTS =\
test-attachments\
test-details\
test-input\
- test-list
+ test-list\
+ test-visual
LOBJ = $(OBJ:.o=.lo)