aboutsummaryrefslogtreecommitdiffstats
path: root/libtest/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-08 22:29:35 +0200
committerMattias Andrée <m@maandree.se>2026-05-08 22:29:35 +0200
commit2d3a573977417d917c16742d8d9d8ead047d0ebc (patch)
treecaeac52856a9df0478e2bee53e5dda1f84422461 /libtest/config.mk
parentAdd DEFAULT_SUPPORT option and improve DEPENDENCIES (diff)
downloadlibrecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.gz
librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.bz2
librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.xz
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libtest/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtest/config.mk b/libtest/config.mk
new file mode 100644
index 0000000..b2519f0
--- /dev/null
+++ b/libtest/config.mk
@@ -0,0 +1,4 @@
+WITH_BACKTRACE = true
+
+TEST_CONFIGFILE = config_backtraces=$(WITH_BACKTRACE).mk
+include $(TEST_INCLUDE_PREFIX)$(TEST_CONFIGFILE)