Skip to content

Commit 0ba5330

Browse files
committed
Update README & happy 2024!
1 parent 581f08c commit 0ba5330

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2023 KyrietS.
3+
Copyright (C) 2023-2024 KyrietS.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,13 @@ Tests are written using Google Test. The library is fetched automatically by CMa
148148

149149
In order to run the tests with CMake, you can use the following commands:
150150
```
151-
cd tests
152-
cmake -B build
153-
cd build
154-
cmake --build .
155-
ctest
151+
cmake -S tests -B tests/build
152+
cmake --build tests/build
153+
ctest --test-dir tests/build
156154
```
157155
158156
## License
159-
Copyright © 2023 KyrietS\
157+
Copyright © 2023-2024 KyrietS\
160158
Use of this software is granted under the terms of the MIT License.
161159
162160
See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)