diff options
| -rwxr-xr-x | test/dz_comp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp index 2e4e6ffb..6bb8fb3c 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -4,8 +4,9 @@ nc‿rt ← "-nocomp"‿"-rt" ∊ •args files ← "simple"‿"syntax"‿"prim"⍟(0=≠) ('-'≠⊑)¨⊸/ •args "Can't test runtime without the compiler!" ! ¬nc∧rt +Native ← {⍎𝕩} exec ← (rt¬nc)◶⟨ - {⍎𝕩}˙ # Native + Native˙ # Native {𝕤⋄ ⟨DRun⟩←•Import "../dc.bqn" ⋄ DRun} # Compiled; native runtime {𝕤⋄ •Import"../bqn.bqn"} # Self-hosted ⟩ @ |
