bookmarkfs/tests/atlocal.in
CismonX 5affe9ee02
test: misc updates
- Export feature variables for conditional testing.
- Add helper macros.
- Move helper shell functions from atlocal.in to testsuite.at.
  The atlocal file should only contain feature variables.
- Update existing tests.
2025-02-20 11:11:10 +08:00

23 lines
1.1 KiB
Text

#
# Copyright (C) 2025 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
@BOOKMARKFS_UTIL_TRUE@ feat_bookmarkfs_util=y
@BOOKMARKCTL_TRUE@ feat_bookmarkctl=y
@BOOKMARKFS_FSCK_TRUE@ feat_bookmarkfs_fsck=y
@BOOKMARKFS_MKFS_TRUE@ feat_bookmarkfs_mkfs=y
@BOOKMARKFS_MOUNT_TRUE@ feat_bookmarkfs_mount=y
@SANDBOX_TRUE@ feat_sandbox=y
@SANDBOX_LANDLOCK_TRUE@ feat_sandbox_landlock=y
@BOOKMARKFS_DEBUG_TRUE@ feat_bookmarkfs_debug=y
@BACKEND_FIREFOX_TRUE@ feat_backend_firefox=y
@BACKEND_FIREFOX_WRITE_TRUE@ feat_backend_firefox_write=y
@BACKEND_CHROMIUM_TRUE@ feat_backend_chromium=y
@BACKEND_CHROMIUM_WRITE_TRUE@ feat_backend_chromium_write=y
@INTERACTIVE_FSCK_TRUE@ feat_interactive_fsck=y
@NATIVE_WATCHER_TRUE@ feat_native_watcher=y
@FSCK_HANDLER_TCL_TRUE@ feat_fsck_handler_tcl=y