Commit dc5c802627 for freeswitch.com
commit dc5c802627700ebfd85070e4add8e7006615464b
Author: Dmitry Verenitsin <morbit85@gmail.com>
Date: Wed May 27 01:11:19 2026 +0500
[libesl] Fix build of tests (#3038)
diff --git a/libs/esl/tests/Makefile.am b/libs/esl/tests/Makefile.am
index 40b6c7b6fc..8e4b096e54 100644
--- a/libs/esl/tests/Makefile.am
+++ b/libs/esl/tests/Makefile.am
@@ -1,6 +1,5 @@
AUTOMAKE_OPTIONS = foreign
-if BUILD_TESTS
noinst_PROGRAMS = test_recv_event
TESTS = $(noinst_PROGRAMS)
@@ -8,4 +7,3 @@ test_recv_event_SOURCES = test_recv_event.c
test_recv_event_CFLAGS = $(AM_CFLAGS) -I$(switch_srcdir)/libs/esl/src/include
test_recv_event_LDADD = $(top_builddir)/libs/esl/libesl.la
test_recv_event_LDFLAGS = $(AM_LDFLAGS) -lpthread -lm
-endif