aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorDaniel Pinto <danielpinto52@gmail.com>2020-06-03 22:09:51 +0100
committerDaniel Pinto <danielpinto52@gmail.com>2020-07-15 22:01:08 +0100
commit49dab42782e06e51c218cf40b8cbb98b80d9803f (patch)
tree21d70aeed0aed9bfe6794589cad9212e077f9764 /src/test/include.am
parent34fa2c4d0d8117b75c5c52a7c825486eb0284ae0 (diff)
downloadtor-49dab42782e06e51c218cf40b8cbb98b80d9803f.tar.gz
tor-49dab42782e06e51c218cf40b8cbb98b80d9803f.zip
Add test for torrc %include functionality and seccomp sandbox
Tests %include with files and folders, modifying and reloading the config file with sandbox enabled and reponse of SAVECONF and getinfo config-can-saveconf control commmands.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index c049053438..478547d655 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -46,6 +46,7 @@ else
# Only do this when coverage is not on, since it invokes lots of code
# in a kind of unpredictable way.
TESTSCRIPTS += src/test/test_rebind.sh
+TESTSCRIPTS += src/test/test_include.sh
endif
endif
@@ -431,6 +432,8 @@ EXTRA_DIST += \
src/test/slownacl_curve25519.py \
src/test/test_rebind.sh \
src/test/test_rebind.py \
+ src/test/test_include.sh \
+ src/test/test_include.py \
src/test/zero_length_keys.sh \
scripts/maint/run_check_subsystem_order.sh \
src/test/rust_supp.txt \