Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    schrodingerzhu

    unit-test

    schrodingerzhu/unit-test
    Coding
    13
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Run unit tests for Reussir.

    SKILL.md

    Reussir have both C++ and Haskell unit tests.

    To run, invoke ninja reussir-ut in the build directory. Then run it under build/bin.

    The output should look like this:

    ❯ ./bin/reussir-ut
    Running main() from ./googletest/src/gtest_main.cc
    [==========] Running 10 tests from 3 test suites.
    [----------] Global test environment set-up.
    [----------] 4 tests from ReussirValueTransformTest
    [ RUN      ] ReussirValueTransformTest.RcAcquisition
    [       OK ] ReussirValueTransformTest.RcAcquisition (19 ms)
    [ RUN      ] ReussirValueTransformTest.RefToRcAcquisition
    [       OK ] ReussirValueTransformTest.RefToRcAcquisition (3 ms)
    [ RUN      ] ReussirValueTransformTest.RefToCompoundRecordAcquisition
    [       OK ] ReussirValueTransformTest.RefToCompoundRecordAcquisition (2 ms)
    [ RUN      ] ReussirValueTransformTest.RefToVariantRecordAcquisition
    [       OK ] ReussirValueTransformTest.RefToVariantRecordAcquisition (2 ms)
    [----------] 4 tests from ReussirValueTransformTest (28 ms total)
    
    [----------] 5 tests from ReussirTest
    [ RUN      ] ReussirTest.BasicContextTest
    [       OK ] ReussirTest.BasicContextTest (2 ms)
    [ RUN      ] ReussirTest.ParseRecordTypeTest
    [       OK ] ReussirTest.ParseRecordTypeTest (2 ms)
    [ RUN      ] ReussirTest.SimpleRecordScanner
    [       OK ] ReussirTest.SimpleRecordScanner (2 ms)
    [ RUN      ] ReussirTest.NestedRecordScanner
    [       OK ] ReussirTest.NestedRecordScanner (2 ms)
    [ RUN      ] ReussirTest.VariantRecordScanner
    [       OK ] ReussirTest.VariantRecordScanner (2 ms)
    [----------] 5 tests from ReussirTest (13 ms total)
    
    [----------] 1 test from RustCompilerTest
    [ RUN      ] RustCompilerTest.CompileSimpleSource
    [       OK ] RustCompilerTest.CompileSimpleSource (60 ms)
    [----------] 1 test from RustCompilerTest (60 ms total)
    
    [----------] Global test environment tear-down
    [==========] 10 tests from 3 test suites ran. (101 ms total)
    [  PASSED  ] 10 tests.
    

    To run the Haskell unit tests, invoke cabal test all -j in the root directory. Notice that this may take a while and generates a long output. The whole command expect to exit successfully. There can be warnings generated at Reussir's backend, or some sample error messages from the compiler.

    Recommended Servers
    Postman
    Postman
    Codeinterpreter
    Codeinterpreter
    EduBase
    EduBase
    Repository
    schrodingerzhu/reussir
    Files