2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:17 +04:00
|
|
|
# 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/.
|
|
|
|
|
2017-09-11 21:33:26 +03:00
|
|
|
DisableStlWrapping()
|
2013-07-10 23:08:21 +04:00
|
|
|
|
2014-10-30 07:06:12 +03:00
|
|
|
GeckoCppUnitTests([
|
2014-07-25 02:14:21 +04:00
|
|
|
'ShowSSEConfig',
|
2014-10-30 07:06:12 +03:00
|
|
|
], linkage=None)
|
2017-05-08 22:49:48 +03:00
|
|
|
|
|
|
|
CppUnitTests([
|
|
|
|
'TestPrintf',
|
|
|
|
])
|