From 9646e43e6016536911f0703dc7e3af7a0eae56db Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 4 Jul 2018 12:22:21 -0400 Subject: add a test of the get_solid_angle function --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6148848..98f700d 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c +test: test.c solid_angle.c + clean: rm calculate_limits -- cgit