Skip to content

Commit 363c2fd

Browse files
authored
Merge pull request #792 from caic99/develop
Doc: add UT link libs instruction.
2 parents 3269d7e + 1afeb4b commit 363c2fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/developers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ To add a unit test:
4646
AddTest(
4747
TARGET <module_name>_<test_name> # this is the executable file name of the test
4848
SOURCES <test_name>.cpp
49+
50+
# OPTIONAL: if this test requires external libraries, add them with "LIBS" statement.
51+
LIBS math_libs # `math_libs` includes all math libraries in ABACUS.
4952
)
5053
```
5154

0 commit comments

Comments
 (0)