mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Drop checks on expected C output
This commit is contained in:
committed by
Pietro Fezzardi
parent
544b0f03a2
commit
fc2695bc4f
@@ -18,9 +18,3 @@ commands:
|
||||
- type: revng.emit-c
|
||||
command: |-
|
||||
revng model compare "${SOURCE}".model.yml "$INPUT/model.yml"
|
||||
- # Perform checks on the decompiled C code
|
||||
type: revng.emit-c-as-single-file.filecheck
|
||||
from:
|
||||
- type: revng.emit-c-as-single-file
|
||||
command: |-
|
||||
revng2 -C "$INPUT" project artifact emit-c-as-single-file | revng ptml | FileCheck "${SOURCE}".filecheck
|
||||
|
||||
Reference in New Issue
Block a user