Update build step notice and commands by charles

This commit is contained in:
Feng Chao 2025-01-14 11:32:25 +08:00
parent 673887ee82
commit 982790b93a
1 changed files with 11 additions and 2 deletions

View File

@ -21,14 +21,23 @@ Install the Python connector for TDengine.
pip3 install taospy taos-ws-py
```
>[!NTOE]
>Please make sure building operation with option '-DBUILD_TEST=true' has been finished, execute the below commands if not:
```bash
cd debug
cmake .. -DBUILD_TEST=true -DBUILD_CONTRIB=true
make && make install
```
## Unit Test
Unit test script is the smallest testable part and developed for some function, method or class of TDengine, you can run
the script with below command:
```bash
cd tests/unit-test/ -e 0
bash test.sh
cd tests/unit-test/
bash test.sh -e 0
```
## System Test