aboutsummaryrefslogtreecommitdiff
path: root/xbmc/utils/test/CMakeLists.txt
blob: 823c8c419e99b0cf40d9d55352134db60a99bafc (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
52
53
54
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
            TestGPUInfo.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
            TestRssReader.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
            TestXBMCTinyXML2.cpp
            TestXMLUtils.cpp)

set(HEADERS TestGlobalsHandlingPattern1.h)

core_add_test_library(utils_test)