summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/gtest/moz.build
blob: 81ddb02fa012ed870690f44878d5571362eb25f3 (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
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

Library('stagefright_gtest')

SOURCES += [
    'TestInterval.cpp',
    'TestParser.cpp',
]

TEST_HARNESS_FILES.gtest += [
    'test_case_1156505.mp4',
    'test_case_1181213.mp4',
    'test_case_1181215.mp4',
    'test_case_1181220.mp4',
    'test_case_1181223.mp4',
    'test_case_1181719.mp4',
    'test_case_1185230.mp4',
    'test_case_1187067.mp4',
    'test_case_1200326.mp4',
    'test_case_1204580.mp4',
    'test_case_1216748.mp4',
    'test_case_1296473.mp4',
    'test_case_1296532.mp4',
    'test_case_1301065-harder.mp4',
    'test_case_1301065-i64max.mp4',
    'test_case_1301065-i64min.mp4',
    'test_case_1301065-max-ez.mp4',
    'test_case_1301065-max-ok.mp4',
    'test_case_1301065-overfl.mp4',
    'test_case_1301065-u32max.mp4',
    'test_case_1301065-u64max.mp4',
    'test_case_1301065.mp4',
    'test_case_1351094.mp4',
]

FINAL_LIBRARY = 'xul-gtest'