NAME=PE: strip check
FILE=../bins/pe/hello_world_stripped.exe
EXPECT=<<EOF
stripped true
EOF
CMDS=<<EOF
i~^strip
EOF
RUN

NAME=PE: non strip check
FILE=../bins/pe/hello_world_not_stripped.exe
EXPECT=<<EOF
stripped false
EOF
CMDS=<<EOF
i~^strip
EOF
RUN
