aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2016-02-06 00:46:19 -0800
committerJason Evans <jasone@canonware.com>2016-02-19 20:56:15 -0800
commit8e82af1166242bebd29289d2b16ce447273b427a (patch)
tree35310e27ac308375f999014a30794c80659cdabd /Makefile.in
parent1a4ad3c0fab470c9a720a40c4433532d98bd9adc (diff)
downloadjemalloc-8e82af1166242bebd29289d2b16ce447273b427a.tar.gz
Implement smoothstep table generation.
Check in a generated smootherstep table as smoothstep.h rather than generating it at configure time, since not all systems (e.g. Windows) have dc.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6b210fe..9530aa8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,6 +144,7 @@ TESTS_UNIT := $(srcroot)test/unit/atomic.c \
$(srcroot)test/unit/rtree.c \
$(srcroot)test/unit/SFMT.c \
$(srcroot)test/unit/size_classes.c \
+ $(srcroot)test/unit/smoothstep.c \
$(srcroot)test/unit/stats.c \
$(srcroot)test/unit/ticker.c \
$(srcroot)test/unit/time.c \