mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Add mozilla::Span
This commit is contained in:
parent
27106783ed
commit
037afae5e6
10 changed files with 3386 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue