diff options
| author | Drashna Jaelre | 2024-11-21 07:31:54 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-21 07:31:54 +0100 |
| commit | 36b5559b997cedd14a352aa70891558936b8b3a3 (patch) | |
| tree | bf4d30ba2d31b69d659c53a225e4a5b9a7299f7a /tests/layer_lock/test.mk | |
| parent | 39161b9ee793f4c62836b209ec877acda457b88d (diff) | |
[Core] Add Layer Lock feature (#23430)
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
Co-authored-by: Pascal Getreuer <getreuer@google.com>
Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
Diffstat (limited to 'tests/layer_lock/test.mk')
| -rw-r--r-- | tests/layer_lock/test.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/layer_lock/test.mk b/tests/layer_lock/test.mk new file mode 100644 index 0000000000..05771e4dbf --- /dev/null +++ b/tests/layer_lock/test.mk @@ -0,0 +1,8 @@ +# Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> +# SPDX-License-Identifier: GPL-2.0-or-later + +# -------------------------------------------------------------------------------- +# Keep this file, even if it is empty, as a marker that this folder contains tests +# -------------------------------------------------------------------------------- + +LAYER_LOCK_ENABLE = yes |