# Load helper script
ert_eval = (load-file "test/test-helper.el")
# Keep contents of the test directory
# Also keep the source file which is used to detect test directories.
# This kind of defeats the purpose of autopkgtest but still better
# than failing or no tests.
autopkgtest_keep = test/*,dumb-jump.el
# This test pickes `ag' over `grep' even when all variants are turned
# off in mock.
ert_selectors = '(not (or "dumb-jump-selected-grep-variant-tests"))
