aboutsummaryrefslogtreecommitdiff
path: root/tests/ipc-req/check.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 00:08:46 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 00:08:46 +0300
commit4168cca8124acdbd1866eb87810efe1cfe16903c (patch)
tree311b99d22ee32a47753036d6385b19201cb7727e /tests/ipc-req/check.mk
parent6e1ccf81948c356130a0a9bf02cf0027a47b7361 (diff)
downloadkmi-4168cca8124acdbd1866eb87810efe1cfe16903c.tar.gz
kmi-4168cca8124acdbd1866eb87810efe1cfe16903c.zip
add basic ipc-req test
Diffstat (limited to 'tests/ipc-req/check.mk')
-rw-r--r--tests/ipc-req/check.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ipc-req/check.mk b/tests/ipc-req/check.mk
new file mode 100644
index 0000000..db9f580
--- /dev/null
+++ b/tests/ipc-req/check.mk
@@ -0,0 +1,4 @@
+ipc-req: do-ipc-req
+ @grep 'BUG' reports/ipc-req/log \
+ && echo 'BUG' > reports/ipc-req/OK \
+ || tail -n1 reports/ipc-req/log | tr -d '\r' > reports/ipc-req/OK