Skip to content
GitLab
Menu
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
23f86493
Commit
23f86493
authored
Jul 02, 2015
by
Michael Hanus
Browse files
tools updated
parent
42550d65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
23f86493
...
...
@@ -223,10 +223,13 @@ libdoc:
@
echo
"Make libdoc finished at
`
date
`
"
>>
$(MAKELOG)
@
echo
"Make libdoc process logged in file
$(MAKELOG)
"
# run the test suite to check the installation
# run the test suite
s
to check the installation
.PHONY
:
runtest
runtest
:
examples/doTest
cd
examples
&&
./doTest
--nogui
runtest
:
testsuite/doTest
cd
testsuite
&&
./doTest
--nogui
cd
currytools/currypp/SequentialRules/Examples
&&
./test.sh
cd
currytools/currypp/DefaultRules/Examples
&&
./test.sh
cd
examples/CHR
&&
./test.sh
$(CLEANCURRY)
:
cd
scripts
&&
$(MAKE)
$@
...
...
currytools
@
42236307
Subproject commit
698c36a15cb8bd222a781a368357587c92117d00
Subproject commit
42236307820cff6f16037d5cfd82047a135688e1
examples/CHR/test.sh
View file @
23f86493
...
...
@@ -82,4 +82,5 @@ else
/bin/rm
-f
$DIFF
/bin/mv
-f
$LOGFILE
LOGFILE
echo
"Test output saved in file 'LOGFILE'."
exit
1
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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