[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/ustutt/ncunit
license.txt, NONE, 1.1 Makefile, NONE, 1.1 INTEL-LICENSE, NONE,
1.1 README, NONE, 1.1
Andreas Lachenmann
lachenmann at users.sourceforge.net
Tue Feb 20 04:33:09 PST 2007
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/ustutt/ncunit/java/ncunit/output
Comparison.java, NONE, 1.1 TokenList.java, NONE,
1.1 NCUnit.java, NONE, 1.1 TestCaseAnalyzer.java, NONE,
1.1 TestXMLParser.java, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/ustutt/ncunit/java/example
TestJavaAssert.java, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/ustutt/ncunit
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4808/contrib/ustutt/ncunit
Added Files:
license.txt Makefile INTEL-LICENSE README
Log Message:
added files to repository
--- NEW FILE: license.txt ---
Copyright (c) 2007, Institute of Parallel and Distributed Systems
(IPVS), Universität Stuttgart.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.
- Neither the names of the Institute of Parallel and Distributed
Systems and Universität Stuttgart nor the names of its contributors
may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- NEW FILE: Makefile ---
ifeq ($(OS),Windows_NT)
NCUNIT_CP := "$(shell cygpath --windows $(NCUNIT_ROOT)/bin);$(shell cygpath --windows $(NESC_CP));$(shell cygpath --windows $(AVRORA_ROOT)/bin)"
else
NCUNIT_CP := "$(NCUNIT_ROOT)/bin:$(NESC_CP):$(AVRORA_ROOT)/bin"
endif
all:
mkdir -p bin
javac -classpath ${NCUNIT_CP} -d bin `find java -name '*.java'`
cp tos_make/mica2test.target ${TOSDIR}/../tools/make/
chmod a+x scripts/ncc_cl scripts/uninliner
mkdir -p ${TOSDIR}/platform/mica2test
echo "@opts = (\"-gcc=${NCUNIT_ROOT}/scripts/uninliner\"," > ${TOSDIR}/platform/mica2test/.platform
echo " \"-mmcu=atmega128\"," >> ${TOSDIR}/platform/mica2test/.platform
echo " \"-fnesc-target=avr\"," >> ${TOSDIR}/platform/mica2test/.platform
echo " \"-fnesc-no-debug\");" >> ${TOSDIR}/platform/mica2test/.platform
echo "push @opts, \"-mingw-gcc\" if \$$cygwin;" >> ${TOSDIR}/platform/mica2test/.platform
echo "@commonplatforms = (\"mica2\", \"mica128\", \"mica\", \"avrmote\");" >> ${TOSDIR}/platform/mica2test/.platform
--- NEW FILE: INTEL-LICENSE ---
Intel Open Source License
Copyright (c) 2002 Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Neither the name of the Intel Corporation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR ITS
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- NEW FILE: README ---
This directory contains nCUnit, a unit testing framework for nesC components
similar to JUnit.
Please see doc/readme.html for information about its installation and usage.
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/ustutt/ncunit/java/ncunit/output
Comparison.java, NONE, 1.1 TokenList.java, NONE,
1.1 NCUnit.java, NONE, 1.1 TestCaseAnalyzer.java, NONE,
1.1 TestXMLParser.java, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/ustutt/ncunit/java/example
TestJavaAssert.java, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list