Changeset 4501
- Timestamp:
- 06/26/08 03:45:58 (5 years ago)
- Location:
- trunk/src/host/envedit
- Files:
-
- 10 edited
-
tests/Makefile (modified) (1 diff)
-
tests/blanks (modified) (1 diff)
-
tests/cmdline (modified) (1 diff)
-
tests/comment (modified) (1 diff)
-
tests/wrap (modified) (1 diff)
-
xtests/Makefile (modified) (1 diff)
-
xtests/dump (modified) (1 diff)
-
xtests/edits (modified) (1 diff)
-
xtests/output (modified) (1 diff)
-
xtests/processed (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/envedit/tests/Makefile
r4500 r4501 5 5 tests: 6 6 for n in [abcdefghijklmnopqrstuvwxyz]*; do \ 7 SCRIPT=$$n PATH=.:$$PATH. ./$$n; done; \7 SCRIPT=$$n . ./$$n; done; \ 8 8 echo "Passed all $$passed tests" 2>&1 9 9 -
trunk/src/host/envedit/tests/blanks
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/tests/cmdline
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/tests/comment
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/tests/wrap
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/xtests/Makefile
r4500 r4501 5 5 tests: 6 6 for n in [abcdefghijklmnopqrstuvwxyz]*; do \ 7 SCRIPT=$$n PATH=.:$$PATH. ./$$n; done; \7 SCRIPT=$$n . ./$$n; done; \ 8 8 echo "Passed all $$passed tests" 2>&1 9 9 -
trunk/src/host/envedit/xtests/dump
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/xtests/edits
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/xtests/output
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # ----------------------------------------------------------------------------- -
trunk/src/host/envedit/xtests/processed
r4406 r4501 1 1 #!/bin/sh 2 . Common2 . ./Common 3 3 4 4 # -----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
