node-alljoyn
Version:
Access Alljoyn service functions
58 lines (55 loc) • 1.89 kB
Plain Text
# Copyright (c) 2011-2012, AllSeen Alliance. All rights reserved.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
server: http://localhost:4224
load:
#
# Test prerequisites
#
- js/npapi/alljoyn_init.js
- test/common.js
- test/requestPermission.js
#
# Core tests
#
- test/AuthListenerTest.js
- test/BusAttachmentArgCountTest.js
- test/BusAttachmentTest.js
- test/BusAttachmentHelpersTest.js
- test/BusErrorTest.js
- test/BusListenerTest.js
- test/BusObjectTest.js
- test/ConstantsTest.js
- test/KeyStoreTest.js
- test/InterfaceDescriptionTest.js
- test/MarshalTest.js
- test/MessageArgCountTest.js
- test/MessageTest.js
- test/ObjSecurityTest.js
- test/ProxyBusObjectArgCountTest.js
- test/ProxyBusObjectTest.js
- test/ProxyMethodArgCountTest.js
- test/ProxyMethodTest.js
- test/ProxyInterfaceTest.js
- test/SessionTest.js
- test/SocketFdArgCountTest.js
# disabled for the time being: - test/SocketFdTest.js
- test/VersionTest.js
#
# Basic application tests
#
- test/AddressBookTest.js
- test/GameTest.js
- test/PropsTest.js
- test/SimpleTest.js