Skip to content

Manual makefile does not clean fypp generated test files #533

Closed
@awvwgk

Description

@awvwgk

The test_median is currently using fypp to generate the actual test file:

SRCFYPP =\
test_median.fypp
SRCGEN = $(SRCFYPP:.fypp=.f90)
$(SRCGEN): %.f90: %.fypp common.fypp
fypp $(FYPPFLAGS) $< $@

Since the include makefile for generating the tests is not aware of the fypp usage the clean command is not working correctly. Running the manual makefile will leave a stale build artifact in the source tree which can be picked when doing a local fpm export using the ci/fpm-deployment.sh script or by the CMake build files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    build: makeIssue with stdlib's manual makefile build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions