repo.or.cz
/
mala.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shelf merge "tests"
[mala.git]
/
tests
/
20basic.tests
blob
d79f3fdc2c102cd5723fd5c0550d17cced84aac6
1
# arch-tag: org.pipapo.mala.tests.basic
2
3
TESTING "basic startup test:" ./test-mala_nopp
4
5
TEST "no args" <<END
6
7
8
state: CONTINUE
9
END
10
11
#TEST "pass" --PASS <<END
12
#
13
#state: CONTINUE
14
#END
15
16
TEST "print" foo --PRINT bar <<END
17
bar
18
foo
19
state: CONTINUE
20
END
21
22
TEST "cat" --CAT foo bar <<END
23
foobar
24
state: CONTINUE
25
END