randomized value testing
diff --git a/tests/tests-randomized/Makefile.am b/tests/tests-randomized/Makefile.am
new file mode 100644
index 0000000..3c2049b
--- /dev/null
+++ b/tests/tests-randomized/Makefile.am
@@ -0,0 +1,24 @@
+@CODE_COVERAGE_RULES@
+
+dist_check_SCRIPTS = check-bundles.sh
+
+#Filter out the coverage options from CFLAGS as we don't need
+#code coverage data for the tests executables
+CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
+
+TESTS_ENVIRONMENT= \
+				   CC="${CC}" \
+				   CFLAGS="${TESTSUITE_CFLAGS} ${CFLAGS}" \
+				   LDFLAGS="${LDFLAGS}" \
+				   LIBFUZZER_CFLAGS="${LIBFUZZER_CFLAGS}" \
+				   ASAN_ENV_FLAGS="@ASAN_ENV_FLAGS@" \
+				   srcdir=${srcdir} \
+				   abs_top_srcdir=${abs_top_srcdir} \
+				   abs_top_builddir=${abs_top_builddir}
+
+TESTS = $(dist_check_SCRIPTS)
+
+EXTRA_DIST = bundles random-test-driver.c
+
+clean-local:
+	rm -rf .tmp.random