Closed Mogball closed 2 days ago
This adds a CMake target check-triton-unit that builds an runs all Triton unittests written in gtest. This makes it more conveninent to rebuild and run all unittests at once with finer granularity (instead of ninja; ctest).
check-triton-unit
ninja; ctest
This adds a CMake target
check-triton-unit
that builds an runs all Triton unittests written in gtest. This makes it more conveninent to rebuild and run all unittests at once with finer granularity (instead ofninja; ctest
).