mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
11 lines
303 B
Text
11 lines
303 B
Text
# @TEST-DOC: Smoke test for a bundled Spicy.
|
|
#
|
|
# @TEST-REQUIRES: $SCRIPTS/have-spicy
|
|
# @TEST-EXEC: printf 12345 | ${BUILD}/auxil/spicy/spicy/bin/spicy-dump -d %INPUT >output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
module test;
|
|
|
|
public type X = unit {
|
|
xs: (bytes &size=1 &convert=$$.to_int()*11)[];
|
|
};
|