Skip to content

added test mojo that calls the RascalTest CLI - #46

Merged
jurgenvinju merged 3 commits into
mainfrom
feat/test-mojo
Aug 10, 2026
Merged

added test mojo that calls the RascalTest CLI#46
jurgenvinju merged 3 commits into
mainfrom
feat/test-mojo

Conversation

@jurgenvinju

Copy link
Copy Markdown
Member

No description provided.

@jurgenvinju
jurgenvinju merged commit 0b094c7 into main Aug 10, 2026
1 of 4 checks passed
@jurgenvinju
jurgenvinju deleted the feat/test-mojo branch August 10, 2026 07:57
private void allRascalSourceFiles(File[] sourceLocs, List<File> ignoredLocs, List<File> result) {
for (File f : sourceLocs) {
if (!ignoredLocs.contains(f)) {
if (f.getName().endsWith(".rsc")) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if there is a directory named all.rsc ? Maybe we should make sure it's a file?

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.

2 participants