commit | e0d7060f80f8c4b9b8241c3a4d8faa33f48da86d | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed Aug 11 18:43:21 2021 -0600 |
committer | Behdad Esfahbod <[email protected]> | Wed Aug 11 18:49:59 2021 -0600 |
tree | 2cf05c7b7c4907cb0f738d839b78010f9ad5a4fa | |
parent | e4b33d9d360eeb80f7d841f7ad8921aa16836027 [diff] [blame] |
[test] Rename shaping/ to shape/
diff --git a/test/meson.build b/test/meson.build index c3a2002..8b4b83f 100644 --- a/test/meson.build +++ b/test/meson.build
@@ -1,4 +1,4 @@ subdir('api') -subdir('fuzzing') -subdir('shaping') +subdir('shape') subdir('subset') +subdir('fuzzing')