aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-15 12:21:27 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-15 12:21:27 +0200
commite79953ff093c0518975111c69d16e97ccf966e20 (patch)
tree2644e1fd7b0b5f88359c42499945f8aedbe30f1c /Makefile
parentadaa36dbec1ce9aaafd61873b9d3d898a8c240cf (diff)
downloadlanes-e79953ff093c0518975111c69d16e97ccf966e20.tar.gz
lanes-e79953ff093c0518975111c69d16e97ccf966e20.tar.bz2
lanes-e79953ff093c0518975111c69d16e97ccf966e20.zip
fix keeper state stack accumulating garbage in case of transfer errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08888e4..9939f73 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ test:
77 $(MAKE) basic 77 $(MAKE) basic
78 $(MAKE) cancel 78 $(MAKE) cancel
79 $(MAKE) cyclic 79 $(MAKE) cyclic
80 $(MAKE) deadlock
80 $(MAKE) errhangtest 81 $(MAKE) errhangtest
81 $(MAKE) fibonacci 82 $(MAKE) fibonacci
82 $(MAKE) fifo 83 $(MAKE) fifo