File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,7 @@ $ cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
5151$ make
5252```
5353
54- You can then run unit tests locally:
55-
56- ``` bash
57- $ ctest -L unit
58- ```
59-
60- This will run only the unit tests. If you want to run all tests (including integration tests), you can use:
54+ Run unit tests:
6155``` bash
6256$ ctest
6357```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(aws-lambda-runtime-tests LANGUAGES CXX)
55# We're using the latest supported version which supports C++11 (https://github.com/google/googletest/releases/tag/release-1.12.1)
66include (FetchContent)
77FetchContent_Declare(gtest
8- URL https://github.com/google/googletest/archive/v1 .12.1.tar.gz
8+ URL https://github.com/google/googletest/archive/refs/tags/release-1 .12.1.tar.gz
99 DOWNLOAD_EXTRACT_TIMESTAMP TRUE
1010)
1111# Configure build of googletest
You can’t perform that action at this time.
0 commit comments