Skip to content

Commit

Permalink
Update build step notice and commands by charles
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingangel2013 committed Jan 14, 2025
1 parent 673887e commit 982790b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 982790b

Please sign in to comment.