Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 359 Bytes

File metadata and controls

25 lines (16 loc) · 359 Bytes

Project

Build & Test

# Build
./ya make --build relwithdebinfo <folder>

# Run all tests
./ya make --build relwithdebinfo -tA <folder>

# Run specific test
./ya make --build relwithdebinfo -tA <folder> -F *test-filter*
  • Tests include build
  • No -j
  • No force rebuild
  • Use 2>&1 | tail for test output

C++

  • Use C++20 or earlier