Skip to content

Fpm export does not include fypp preprocessed tests #534

Open
@awvwgk

Description

@awvwgk

The preprocessing in the fpm deployment currently assumes only the files in the source directory need to be processed using fypp:

# Preprocess stdlib sources
find src -maxdepth 1 -iname "*.fypp" \
| cut -f1 -d. | xargs -P "$njob" -I{} "$fypp" "{}.fypp" "$destdir/{}.f90" $fyflags

This leaves out the test_median.fypp test case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationRelated to the workflows and automatic tests running herebugSomething isn't workingbuild: fpmIssue with stdlib's automatic exported fpm build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions