Build Test

Build the MPADAO project and run tests, reporting results concisely

stillwater-sc 7e389a6 465 B Updated

File contents

Build and test the MPADAO project:

  1. Configure: cd build && cmake .. 2>&1 | tail -5
  2. Build: make -j$(nproc) 2>&1
  3. Test: ctest --output-on-failure 2>&1
  4. Report:
    • Which targets built successfully
    • Any compiler warnings (summarize, don't dump full output)
    • Which tests passed/failed
    • If any test failed, show the relevant failure output

stillwater-sc/mpadao-template/tree/main/.claude/skills/build-test commit 7e389a6078

Frequently asked questions

npx skillmds@latest add stillwater-sc/build-test