From: Nick Porter Date: Mon, 8 Sep 2025 16:00:13 +0000 (+0100) Subject: Re-enable control_test X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e7e80993a39e83514b78083ae03aad285588e5d;p=thirdparty%2Ffreeradius-server.git Re-enable control_test --- diff --git a/src/tests/bin/all.mk b/src/tests/bin/all.mk index b344b2ecce..95b09f9259 100644 --- a/src/tests/bin/all.mk +++ b/src/tests/bin/all.mk @@ -2,6 +2,7 @@ TEST := test.bin FILES := \ atomic_queue_test \ + control_test \ radclient \ radict \ radmin \ @@ -34,6 +35,7 @@ $(eval $(call TEST_BOOTSTRAP)) # # Some tests take arguments, others do not. # +control_test.ARGS = -m 1000 -w 32 radclient.ARGS = -h radict.ARGS = -D $(top_srcdir)/share/dictionary User-Name radmin.ARGS = -h diff --git a/src/tests/util/all.mk b/src/tests/util/all.mk index f8e30e766a..e7a73d26d9 100644 --- a/src/tests/util/all.mk +++ b/src/tests/util/all.mk @@ -1,9 +1,4 @@ -SUBMAKEFILES := ring_buffer_test.mk message_set_test.mk atomic_queue_test.mk - -# -# This uses an old API, and we don't have time to fix it. -# -#control_test.mk +SUBMAKEFILES := ring_buffer_test.mk message_set_test.mk atomic_queue_test.mk control_test.mk # # These require pthread.