File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (C) 2023 KyrietS.
3
+ Copyright (C) 2023-2024 KyrietS.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -148,15 +148,13 @@ Tests are written using Google Test. The library is fetched automatically by CMa
148
148
149
149
In order to run the tests with CMake, you can use the following commands:
150
150
```
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
156
154
```
157
155
158
156
## License
159
- Copyright © 2023 KyrietS\
157
+ Copyright © 2023-2024 KyrietS\
160
158
Use of this software is granted under the terms of the MIT License.
161
159
162
160
See the [LICENSE](LICENSE) file for more details.
You can’t perform that action at this time.
0 commit comments