diff options
| author | Ryan | 2023-08-27 05:30:19 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-27 05:30:19 +0200 |
| commit | 70e34e491c297231a3f987fd69760d38e79dbfa4 (patch) | |
| tree | a3fe26ea27c9d020142f4c248fa0bab5d32c1f9c /tests/unicode/unicode_map/test.mk | |
| parent | 95681b8ff4a92aacd0249e124d34cf16e510175e (diff) | |
Unicode, Unicodemap and UCIS refactor (#21659)
Diffstat (limited to 'tests/unicode/unicode_map/test.mk')
| -rw-r--r-- | tests/unicode/unicode_map/test.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unicode/unicode_map/test.mk b/tests/unicode/unicode_map/test.mk new file mode 100644 index 0000000000..e6d0034799 --- /dev/null +++ b/tests/unicode/unicode_map/test.mk @@ -0,0 +1,5 @@ +# -------------------------------------------------------------------------------- +# Keep this file, even if it is empty, as a marker that this folder contains tests +# -------------------------------------------------------------------------------- + +UNICODEMAP_ENABLE = yes |