From b419c1c643e2829d073645e58d4b25901993329a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 24 Sep 2025 03:42:46 -0700 Subject: [PATCH] chore: remove deps for local test --- Makefile | 3 +++ README.md | 18 ++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 52403cd..47cec1f 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ prepare-test: test: ./scripts/prepare_test_repos.sh $(TMP_DIR) + # no students.csv & clang-tidy-18 locally + rm -rf $(TMP_DIR)/submodules/JOJ3-examples/examples/healthcheck + rm -rf $(TMP_DIR)/submodules/JOJ3-examples/examples/keyword/clangtidy go test -count=1 -v ./... local-test: diff --git a/README.md b/README.md index 4a1ca11..c904589 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ ## Table of Contents -- [Quick Start](#quick-start) -- [Workflow](#workflow) -- [Models](#models) -- [Project Structure](#project-structure) -- [Further Documentation](#further-documentation) - +- [Quick Start](#quick-start) +- [Workflow](#workflow) +- [Models](#models) +- [Project Structure](#project-structure) +- [Further Documentation](#further-documentation) ## Quick Start @@ -59,10 +58,9 @@ $ make For now, the following checking tools are needed for test: 1. `clang`/`clang++` -2. `clang-tidy-18` -3. `cmake` -4. `make` -5. `cpplint` +2. `cmake` +3. `make` +4. `cpplint` ```bash $ make test