aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-17 08:15:09 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-17 08:15:09 -0600
commit00fbdfcbe9b1c3cc9f9f0814fe5f60bbf066cbbf (patch)
treef5d3e39b77515fd31f0117a27b0d50d36626e94a /Makefile
parent9115ffd3138b460707dd1ba45dd7f6fccde87a46 (diff)
downloadlibsurvive-00fbdfcbe9b1c3cc9f9f0814fe5f60bbf066cbbf.tar.gz
libsurvive-00fbdfcbe9b1c3cc9f9f0814fe5f60bbf066cbbf.tar.bz2
Added test target, mul test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e130357..9239c39 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,9 @@ calibrate_client : calibrate_client.c ./lib/libsurvive.so redist/os_generic.c $
static_calibrate : calibrate.c redist/os_generic.c $(DRAWFUNCTIONS) $(LIBSURVIVE_C)
tcc -o $@ $^ $(CFLAGS) $(LDFLAGS) -DTCC
+test_dcl: ./redist/test_dcl.c ./redist/dclhelpers.c
+ $(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS) -DFLT=double -fsanitize=address -fsanitize=undefined
+
test_minimal_cv: ./src/epnp/test_minimal_cv.c ./lib/libsurvive.so
$(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS)