Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
27a841d8
Commit
27a841d8
authored
Jul 12, 2018
by
Pavel Kus
Browse files
removing cannon.c test, not functional for all setups
parent
1c35f4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
27a841d8
...
...
@@ -607,11 +607,11 @@ test_c_bindings@SUFFIX@_SOURCES = test/Fortran/elpa_generalized/test_bindings.F9
test_c_bindings@SUFFIX@
_LDADD
=
$(test_program_ldadd)
$(FCLIBS)
test_c_bindings@SUFFIX@
_FCFLAGS
=
$(AM_FCFLAGS)
$(FC_MODINC)
test_modules
$(FC_MODINC)
modules
noinst_PROGRAMS
+=
test_c_cannon@SUFFIX@
check_SCRIPTS
+=
test_c_cannon@SUFFIX@_default.sh
test_c_cannon@SUFFIX@
_SOURCES
=
test
/C/elpa_generalized/test_cannon.c
test_c_cannon@SUFFIX@
_LDADD
=
$(test_program_ldadd)
$(FCLIBS)
test_c_cannon@SUFFIX@
_CFLAGS
=
$(test_program_cflags)
#
noinst_PROGRAMS += test_c_cannon@SUFFIX@
#
check_SCRIPTS += test_c_cannon@SUFFIX@_default.sh
#
test_c_cannon@SUFFIX@_SOURCES = test/C/elpa_generalized/test_cannon.c
#
test_c_cannon@SUFFIX@_LDADD = $(test_program_ldadd) $(FCLIBS)
#
test_c_cannon@SUFFIX@_CFLAGS = $(test_program_cflags)
...
...
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