From 5d8dfe892a2ea89f706ee140c3bdcfd89fe03fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:40:55 +0100 Subject: Add Redis source code for testing --- .../deps/jemalloc/msvc/test_threads/test_threads_main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp (limited to 'examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp') diff --git a/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp b/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp new file mode 100644 index 0000000..0a022fb --- /dev/null +++ b/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp @@ -0,0 +1,11 @@ +#include "test_threads.h" +#include +#include +#include + +using namespace std::chrono_literals; + +int main(int argc, char** argv) { + int rc = test_threads(); + return rc; +} -- cgit v1.2.3