diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 12:22:21 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 12:22:21 -0400 |
commit | 9646e43e6016536911f0703dc7e3af7a0eae56db (patch) | |
tree | 99c744bb1e589a68b66b8fd54860b0c189aef677 /Makefile | |
parent | 6b8e727b10ff7a1ae219987fd4ff40f359a0c655 (diff) | |
download | sddm-9646e43e6016536911f0703dc7e3af7a0eae56db.tar.gz sddm-9646e43e6016536911f0703dc7e3af7a0eae56db.tar.bz2 sddm-9646e43e6016536911f0703dc7e3af7a0eae56db.zip |
add a test of the get_solid_angle function
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |