From 6947a5feb7c21c454eb1f297cc0b792e21b564c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 23 Apr 2020 06:34:01 -0300 Subject: Update tests Testing pages and points are now separate. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 271b929..be264eb 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,9 @@ FLAGS=-ggdb -O0 -fno-builtin -Wall -lcurses jet: Makefile *.c gcc $(FLAGS) jet.c -o jet + +page: Makefile page.c test/page.c + gcc $(FLAGS) test/page.c -o page + +point: Makefile point.c test/point.c + gcc $(FLAGS) test/point.c -o point -- cgit v1.2.3