diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-22 05:52:53 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-22 05:52:53 +0000 |
| commit | ac1eb15ea788eb680edafd243e9b028577365614 (patch) | |
| tree | 414434cba444743e3eb82890a1bed0bd544133cd | |
| parent | de9fd0fbd99259259dfd01d14c95cea2d6b00e34 (diff) | |
| download | gentoo-utils-ac1eb15ea788eb680edafd243e9b028577365614.tar.gz | |
enable fuzz feature in check.sh
| -rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ for file in $(find src -type f -name '*.rs'); do done if [[ ! -d build ]]; then - meson setup -Dtests=enabled build || exit $? + meson setup -Dfuzz=enabled -Dtests=enabled build || exit $? fi meson compile -C build || exit $? |
