Skip to content

Commit 4ab0bef

Browse files
committed
fix: github url
1 parent d3c4741 commit 4ab0bef

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
```

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
66
include(FetchContent)
77
FetchContent_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

0 commit comments

Comments
 (0)