blob: a5ba0956b535af3e6f0e1ef42227549d057fe361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
set(SOURCES TestAlarmClock.cpp
TestAliasShortcutUtils.cpp
TestArchive.cpp
TestBase64.cpp
TestBitstreamStats.cpp
TestCharsetConverter.cpp
TestCPUInfo.cpp
TestComponentContainer.cpp
TestCrc32.cpp
TestDatabaseUtils.cpp
TestDigest.cpp
TestEndianSwap.cpp
TestExecString.cpp
TestFileOperationJob.cpp
TestFileUtils.cpp
TestGlobalsHandling.cpp
TestHTMLUtil.cpp
TestHttpHeader.cpp
TestHttpParser.cpp
TestHttpRangeUtils.cpp
TestHttpResponse.cpp
TestJobManager.cpp
TestJSONVariantParser.cpp
TestJSONVariantWriter.cpp
TestLabelFormatter.cpp
TestLangCodeExpander.cpp
TestLocale.cpp
Testlog.cpp
TestMathUtils.cpp
TestMime.cpp
TestPOUtils.cpp
TestRegExp.cpp
Testrfft.cpp
TestRingBuffer.cpp
TestScraperParser.cpp
TestScraperUrl.cpp
TestSortUtils.cpp
TestStopwatch.cpp
TestStreamDetails.cpp
TestStreamUtils.cpp
TestStringUtils.cpp
TestSystemInfo.cpp
TestURIUtils.cpp
TestUrlOptions.cpp
TestVariant.cpp
TestXBMCTinyXML.cpp
TestXMLUtils.cpp)
set(HEADERS TestGlobalsHandlingPattern1.h)
core_add_test_library(utils_test)
|