Files
logging/script/test.sh
2024-11-02 14:17:53 +08:00

2 lines
74 B
Bash
Executable File

#!/bin/bash
cmake build -B build . && cd build && cmake --build . && ctest