Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
8b5d73bb
Commit
8b5d73bb
authored
Dec 10, 2012
by
Uwe Schulzweida
Browse files
test/Makefile.am: removed test_diff.py, test_Arith.py, test_Arith.py
parent
9b5865ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
8b5d73bb
...
...
@@ -2,13 +2,13 @@ CLEANFILES =
export
TESTS
=
$(top_srcdir)
/test/test_info.py
\
$(top_srcdir)
/test/test_diff.py
\
$(top_srcdir)
/test/test_Arith.py
\
$(top_srcdir)
/test/test_intgridbil.py
TESTS
=
$(top_srcdir)
/test/test_info.py
# $(top_srcdir)/test/test_diff.py
# $(top_srcdir)/test/test_Arith.py
# $(top_srcdir)/test/test_Arithc.py
# $(top_srcdir)/test/test_Selvar.py
# $(top_srcdir)/test/test_intgridbil.py
EXTRA_DIST
=
$(TESTS)
$(top_srcdir)
/test/testStreams.py
...
...
test/Makefile.in
View file @
8b5d73bb
...
...
@@ -235,14 +235,13 @@ top_build_prefix = @top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
CLEANFILES
=
`
ls
*
.pyc
`
TESTS
=
$(top_srcdir)
/test/test_info.py
\
$(top_srcdir)
/test/test_diff.py
\
$(top_srcdir)
/test/test_Arith.py
\
$(top_srcdir)
/test/test_intgridbil.py
TESTS
=
$(top_srcdir)
/test/test_info.py
# $(top_srcdir)/test/test_diff.py
# $(top_srcdir)/test/test_Arith.py
# $(top_srcdir)/test/test_Arithc.py
# $(top_srcdir)/test/test_Selvar.py
# $(top_srcdir)/test/test_intgridbil.py
EXTRA_DIST
=
$(TESTS)
$(top_srcdir)
/test/testStreams.py
CDO
=
$(top_builddir)
/src/cdo
PYTHONPATH
=
$(top_srcdir)
/contrib/python:
$(top_srcdir)
/test
...
...
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