Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
pakcs
Commits
1d518221
Commit
1d518221
authored
Jul 23, 2015
by
Michael Hanus
Browse files
CHR test script fix
parent
8e3ad8de
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/CHR/test.sh
View file @
1d518221
...
...
@@ -75,8 +75,10 @@ solveCHR $ 3.0:*:x GAUSSCHR.:=: 6.0 /\ 2.0:*:x :+: 6.0:*:y GAUSSCHR.:=: 10.0 wh
EOM
# clean up:
cleancurry GCDCHR FIBCHR UFCHR GAUSSCHR
/bin/rm GCDCHR
*
FIBCHR
*
UFCHR
*
GAUSSCHR
*
for
p
in
GCDCHR FIBCHR UFCHR GAUSSCHR
;
do
$CURRYBIN
/cleancurry
$p
/bin/rm
-f
$p
*
done
################ end of tests ####################
# Check differences:
DIFF
=
diff
$$
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment