diff options
author | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
commit | 84242164b171b98068f831345844c8781cec9ec3 (patch) | |
tree | 164bb6dd7a376af953504501853e24c13a96e5ff /tests/utils.h | |
parent | fbe2ae8dd04634c92e0237a92dcafcb4d940f91c (diff) | |
download | sink-84242164b171b98068f831345844c8781cec9ec3.tar.gz sink-84242164b171b98068f831345844c8781cec9ec3.zip |
Exports for windows
Diffstat (limited to 'tests/utils.h')
-rw-r--r-- | tests/utils.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/utils.h b/tests/utils.h index 45c1409..a0a8258 100644 --- a/tests/utils.h +++ b/tests/utils.h | |||
@@ -1,7 +1,8 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "sinktest_export.h" | ||
3 | #include <QList> | 4 | #include <QList> |
4 | 5 | ||
5 | double variance(const QList<double> &values); | 6 | double SINKTEST_EXPORT variance(const QList<double> &values); |
6 | double maxDifference(const QList<double> &values); | 7 | double SINKTEST_EXPORT maxDifference(const QList<double> &values); |
7 | 8 | ||