We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3269d7e + 1afeb4b commit 363c2fdCopy full SHA for 363c2fd
doc/developers.md
@@ -46,6 +46,9 @@ To add a unit test:
46
AddTest(
47
TARGET <module_name>_<test_name> # this is the executable file name of the test
48
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.
52
)
53
```
54
0 commit comments