diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-24 21:22:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-24 21:23:34 +0200 |
commit | 85d14178aedd73bc9d4f5c79b32881dd2b307de6 (patch) | |
tree | fd428d001b53788a2ccad54652337c441d96d7df /Makefile | |
parent | First commit (diff) | |
download | libgamepad-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ TESTS =\ test-attachments\ test-details\ test-input\ - test-list + test-list\ + test-visual LOBJ = $(OBJ:.o=.lo) |