]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
need this, too
authorAlan T. DeKok <aland@freeradius.org>
Thu, 6 Apr 2023 18:55:16 +0000 (14:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 6 Apr 2023 18:55:16 +0000 (14:55 -0400)
src/tests/tls/common.sh [new file with mode: 0644]

diff --git a/src/tests/tls/common.sh b/src/tests/tls/common.sh
new file mode 100644 (file)
index 0000000..b958fdf
--- /dev/null
@@ -0,0 +1,11 @@
+#
+#  Common definitions.
+#
+DIR=$(dirname $0)/../../..
+PROGRAM=$(basename $0)
+
+export RADDB=$DIR/raddb
+export TEST_PATH=$(dirname $0)/
+export LIB_PATH=$DIR/build/lib/local/
+export FR_LIBRARY_PATH=$DIR/build/lib/local/.libs/
+