chore: remove deps for local test
This commit is contained in:
parent
fd47361268
commit
b419c1c643
3
Makefile
3
Makefile
|
@ -29,6 +29,9 @@ prepare-test:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
./scripts/prepare_test_repos.sh $(TMP_DIR)
|
./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 ./...
|
go test -count=1 -v ./...
|
||||||
|
|
||||||
local-test:
|
local-test:
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
- [Project Structure](#project-structure)
|
- [Project Structure](#project-structure)
|
||||||
- [Further Documentation](#further-documentation)
|
- [Further Documentation](#further-documentation)
|
||||||
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
1. Clone this repo in a Linux computer. For Windows, use [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install).
|
1. Clone this repo in a Linux computer. For Windows, use [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install).
|
||||||
|
@ -59,10 +58,9 @@ $ make
|
||||||
For now, the following checking tools are needed for test:
|
For now, the following checking tools are needed for test:
|
||||||
|
|
||||||
1. `clang`/`clang++`
|
1. `clang`/`clang++`
|
||||||
2. `clang-tidy-18`
|
2. `cmake`
|
||||||
3. `cmake`
|
3. `make`
|
||||||
4. `make`
|
4. `cpplint`
|
||||||
5. `cpplint`
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ make test
|
$ make test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user