You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
I'm wondering if there is a way to add Cuetorials GitHub to Unity without having to duplicate everything into testsuite. Basically the commands, inputs, and golden outputs are already on disk, so I would like to avoid having their content duplicated, as well as the commands if possible.
The existing setup is:
Makefiles to recurse and verify code examples
Only need make, go, cue, and diff commands to be available
Would it be possible to add a txtar file like this
make verify_code
and have unity rely on the exit code for validation?
Would it be better to have them relatively independent for performance reasons?
I'd like to make sure I set this up to be as beneficial for CUE as possible, so if that means writing txtar files like
I'm wondering if there is a way to add Cuetorials GitHub to Unity without having to duplicate everything into
testsuite
. Basically the commands, inputs, and golden outputs are already on disk, so I would like to avoid having their content duplicated, as well as the commands if possible.The existing setup is:
make
,go
,cue
, anddiff
commands to be availableWould it be possible to add a txtar file like this
and have unity rely on the exit code for validation?
Would it be better to have them relatively independent for performance reasons?
I'd like to make sure I set this up to be as beneficial for CUE as possible, so if that means writing txtar files like
(where
file.cue
andexpected.cue
are already in the repository)or a large txtar file like
Maybe this doesn't make sense because
testsuite
runs in temp dirs?The text was updated successfully, but these errors were encountered: