Skip to content

Commit

Permalink
Now lifting the files into the root namespace
Browse files Browse the repository at this point in the history
Fixing the req spec description with directories
  • Loading branch information
Gianfrancoalongi committed Aug 28, 2013
1 parent 824a369 commit 09b809b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions UT.dyalog
Expand Up @@ -61,8 +61,8 @@ nexpect ← ⍬
load_salt_scripts_into_current_namespace_if_configured
:if 0⎕NC '#.UT.appdir'
:if #.UT.appdir
⎕SE.SALT.Load #.UT.appdir,'/src/*.dyalog -target=#'
⎕SE.SALT.Load #.UT.appdir,'/test/*.dyalog -target=#'
⎕SE.SALT.Load #.UT.appdir,'src/*.dyalog -target=#'
⎕SE.SALT.Load #.UT.appdir,'test/*.dyalog -target=#'
:endif
:endif
Expand Down Expand Up @@ -208,7 +208,7 @@ nexpect ← ⍬
Z 2 = Argument

Z is_file Argument
Z is_file Argument`
Z '.dyalog' ¯7 Argument

Expand Down
5 changes: 3 additions & 2 deletions requirement_specification.org
Expand Up @@ -290,6 +290,7 @@ for the result. This is done by exchanging the expect with nexpect.
∇ Z ← dyadic_iota_will_not_give_array_TEST
Z ← 1 2 ⍳ 1
#.UT.nexpect ← 1
#+END_EXAMPLE

The non equality shall behave the same as the equality, except that the condition
Expand Down Expand Up @@ -331,8 +332,8 @@ It is important that the merge point labels this clearly.

#+BEGIN_EXAMPLE
C ← ⍬
C,← ⊂('cover_out' '/home/APL/coverage')
C,← ⊂('cover_targets' ('#.Demo.this_TEST' '#.Demo.something_TEST'))
C,← ⊂('cover_out' '/home/APL/coverage/')
C,← ⊂('cover_target' ('#.Demo.this_TEST' '#.Demo.something_TEST'))
C,← ⊂('skip' ⊂'#.Demo.count_zero_comments_from_no_input_TEST')
C UT.run 'out_of_bound_TEST'
#+END_EXAMPLE
Expand Down

0 comments on commit 09b809b

Please sign in to comment.