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 caf2caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/cargo_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ for dir in "$CRATES_DIR"/*; do
fi
done

echo "All tests completed successfully."
echo "All tests completed successfully."
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ 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 caf2caa

Please sign in to comment.