Skip to content

Commit 9f73ce3

Browse files
fixup! Add crash test for unmarshal_values
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 6c8a00b commit 9f73ce3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

integration/crashtest/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
TOP = ../..
4+
include $(TOP)/build.mk
5+
6+
GO_TEST_DIRS=unmarshal_values
7+
8+
test:
9+
$(foreach DIR, $(GO_TEST_DIRS), $(MAKE) -C $(DIR) || exit ;)
10+

0 commit comments

Comments
 (0)