diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,7 @@ test: | |||
76 | $(MAKE) irayo_recursive | 76 | $(MAKE) irayo_recursive |
77 | $(MAKE) irayo_closure | 77 | $(MAKE) irayo_closure |
78 | $(MAKE) basic | 78 | $(MAKE) basic |
79 | $(MAKE) cancel | ||
79 | $(MAKE) fifo | 80 | $(MAKE) fifo |
80 | $(MAKE) keeper | 81 | $(MAKE) keeper |
81 | $(MAKE) timer | 82 | $(MAKE) timer |
@@ -94,6 +95,9 @@ test: | |||
94 | basic: tests/basic.lua $(_TARGET_SO) | 95 | basic: tests/basic.lua $(_TARGET_SO) |
95 | $(_PREFIX) $(LUA) $< | 96 | $(_PREFIX) $(LUA) $< |
96 | 97 | ||
98 | cancel: tests/cancel.lua $(_TARGET_SO) | ||
99 | $(_PREFIX) $(LUA) $< | ||
100 | |||
97 | # | 101 | # |
98 | # This tries to show out a bug which happens in lane cleanup (multicore CPU's only) | 102 | # This tries to show out a bug which happens in lane cleanup (multicore CPU's only) |
99 | # | 103 | # |