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
curry-tools
Commits
f11f93c0
Commit
f11f93c0
authored
Oct 07, 2017
by
Michael Hanus
Browse files
Test for currypp fixed
parent
b92dda0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f11f93c0
...
...
@@ -17,6 +17,7 @@ currypp/.cpm/packages/currycheck-1.0.1
currypp/.cpm/packages/rewriting-0.0.1
currypp/.cpm/packages/abstract-curry-1.0.0
currypp/.cpm/packages/flatcurry-1.0.0
currypp/.cpm/packages/html-1.1.0
currypp/.cpm/packages/xml-0.0.1
optimize/.cpm/packages/cass-0.0.1
optimize/.cpm/packages/cass-analysis-0.0.4
...
...
currypp/Makefile
View file @
f11f93c0
...
...
@@ -43,6 +43,4 @@ Main: $(DEPS)
# Testing the preprocessor via CPM
.PHONY
:
runtest
runtest
:
# install package "html"
(
required
for
testing
)
:
$(BINDIR)
/cpm
install
--noexec
$(BINDIR)
/cpm
-d
curry_bin
=
$(REPL)
test
currypp/package.json
View file @
f11f93c0
...
...
@@ -5,11 +5,10 @@
"synopsis"
:
"The standard preprocessor of Curry"
,
"category"
:
[
"Analysis"
],
"dependencies"
:
{
"html"
:
">= 1.1.0"
},
"testsuite"
:
[
{
"src-dir"
:
"src/IntegratedCode/Examples"
,
"modules"
:
[
"testFormat"
,
"testHtml"
,
"testRegExps"
]
"modules"
:
[
"testFormat"
,
"testRegExps"
]
},
{
"src-dir"
:
"src/IntegratedCode/ExamplesSQL"
,
"options"
:
"-v"
,
...
...
Write
Preview
Supports
Markdown
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