summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2019-02-25 19:07:47 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2019-02-25 20:04:02 +0200
commitd731ab45831cfc2104b17b3a623e0c89c3174145 (patch)
tree20cac7ef2f3107a20d4d86ce276a8e3077080234 /src/test/include.am
parent69238ca2da923c8a50d5c1007f3e702eea163b50 (diff)
downloadtor-d731ab45831cfc2104b17b3a623e0c89c3174145.tar.gz
tor-d731ab45831cfc2104b17b3a623e0c89c3174145.zip
Check that all valid values of int and unsigned int can be put into void pointer
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index d585c2a38a..e6cebe1d1a 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -211,6 +211,7 @@ src_test_test_slow_SOURCES += \
src/test/test_crypto_slow.c \
src/test/test_process_slow.c \
src/test/test_prob_distr.c \
+ src/test/test_ptr_slow.c \
src/test/testing_common.c \
src/test/testing_rsakeys.c \
src/ext/tinytest.c