]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Only run rlm_totp test on linux
authorNick Porter <nick@portercomputing.co.uk>
Mon, 29 Apr 2024 18:26:31 +0000 (19:26 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 30 Apr 2024 07:18:13 +0000 (08:18 +0100)
src/tests/modules/all.mk

index a5219977c362020586925a483abbbc4a327e790c..5c11ce639ace4453937fe41ae95b53c8057b48e9 100644 (file)
@@ -22,6 +22,13 @@ else
   FILES_SKIP += $(filter unbound/%,$(FILES))
 endif
 
+#
+#  Test of rlm_otp use oathtool - not installed on MacOS or FreeBSD
+#
+ifeq "$(findstring linux,$(AC_HOSTINFO))" ""
+  FILES_SKIP += $(filter totp/%,$(FILES))
+endif
+
 #
 #  Remove tests which are known to be slow, unless we want them to be run.
 #