Skip to content
Snippets Groups Projects
Commit 2f2fa768 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix benchmarks to run without crashing.

I broke this when I added separate test-mode support by having
the benchmarks get built with TEST_CFLAGS.
parent 1825674b
Branches
Tags
No related merge requests found
......@@ -14,8 +14,6 @@ const char tor_git_revision[] = "";
#include "orconfig.h"
#define RELAY_PRIVATE
#include "or.h"
#include "onion_tap.h"
#include "relay.h"
......
......@@ -45,8 +45,6 @@ src_test_test_CPPFLAGS= $(src_test_AM_CPPFLAGS)
src_test_bench_SOURCES = \
src/test/bench.c
src_test_bench_CPPFLAGS= $(src_test_AM_CPPFLAGS)
src_test_test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
@TOR_LDFLAGS_libevent@
src_test_test_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment