Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OSKernel2026-StellaOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • StellaOS
  • OSKernel2026-StellaOS
  • Merge requests
  • !52

initproc: auto-discover and run *_testcode.sh scripts from root directory

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged StellaOS requested to merge fix_make into main Jun 11, 2026
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 11

Replace hardcoded test suite calls with getdents64-based discovery that scans /, /glibc/, and /musl/ for *_testcode.sh scripts, runs each via busybox sh, and calls shutdown() when done. This matches the contest evaluator expectation: kernel must scan the test disk and execute every test script in order.

Also keep existing suite modules for local development use.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_make