Add mozilla::Span

This commit is contained in:
trav90 2018-10-06 17:29:50 -05:00 • committed by Roy Tam
commit 037afae5e6
10 changed files with 3386 additions and 0 deletions

View file

@ -4,6 +4,11 @@
# 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/.
if not CONFIG['JS_STANDALONE']:
TEST_DIRS += [
'gtest',
]
CppUnitTests([
'TestArray',
'TestArrayUtils',