Skip to content

Commit

Permalink
run_tests from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
perfplay committed Aug 25, 2024
1 parent 3515272 commit 9c26d2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ build:
cmake . -B"$(BUILD_DIR)" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) ; \
cmake --build "$(BUILD_DIR)" -- -j$(BUILD_THREADS) ; \
cmake --install "$(BUILD_DIR)"


run_tests:
cd .ci && ./run_all_tests.sh

0 comments on commit 9c26d2c

Please sign in to comment.