Skip to content

Remove duplicate testing directory entries#24

Merged
en-sc merged 1 commit into
syntacore:syntacorefrom
AlexandraKulyatskaya:a.kulyatskaya/make-fix
Mar 6, 2026
Merged

Remove duplicate testing directory entries#24
en-sc merged 1 commit into
syntacore:syntacorefrom
AlexandraKulyatskaya:a.kulyatskaya/make-fix

Conversation

@AlexandraKulyatskaya
Copy link
Copy Markdown

The testing directory was accidentally added twice to both SUBDIRS and DIST_SUBDIRS. This caused make distclean to attempt cleaning the same directory twice; the second attempt failed because the Makefile had already been removed. Remove the duplicate lines to ensure each directory is processed only once.
The offending commit: 5b2a3b9

@aap-sc aap-sc requested a review from en-sc March 5, 2026 18:24
@en-sc
Copy link
Copy Markdown
Collaborator

en-sc commented Mar 6, 2026

@AlexandraKulyatskaya, please fix the checkpatch failure

The testing directory was accidentally added twice to both SUBDIRS
and DIST_SUBDIRS. This caused `make distclean` to attempt cleaning
the same directory twice; the second attempt failed because the
Makefile had already been removed. Remove the duplicate lines to
ensure each directory is processed only once.
The offending commit 5b2a3b9 ("[cherry-pick update] testing:
add tests targeting JTAG scan commands")

Signed-off-by: Kulyatskaya Alexandra <a.kulyatskaya@syntacore.com>
@en-sc en-sc merged commit 0dcb3d6 into syntacore:syntacore Mar 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants