diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-26 18:34:24 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-26 18:34:24 +0300 |
| commit | eff7f52c368df5dc662d54956de5aa3b2b9ee936 (patch) | |
| tree | f3ba4e898e3aea5377e0227442044c9bf296d45f /tests/malloc/check.mk | |
| parent | a9d61501eb0200576bb08ba4b287f66177253ad9 (diff) | |
| download | kmi-eff7f52c368df5dc662d54956de5aa3b2b9ee936.tar.gz kmi-eff7f52c368df5dc662d54956de5aa3b2b9ee936.zip | |
simplify tests
Diffstat (limited to 'tests/malloc/check.mk')
| -rw-r--r-- | tests/malloc/check.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/malloc/check.mk b/tests/malloc/check.mk deleted file mode 100644 index 3a178cb..0000000 --- a/tests/malloc/check.mk +++ /dev/null @@ -1,4 +0,0 @@ -malloc: do-malloc - @grep 'BUG' reports/malloc/log \ - && echo 'BUG' > reports/malloc/OK \ - || tail -n1 reports/malloc/log | tr -d '\r' > reports/malloc/OK |
