Home
last modified time | relevance | path

Searched full:tests (Results 1 – 6 of 6) sorted by relevance

/tinycbor-2.7.6/
DMakefile.nmake28 check: tests\Makefile lib\tinycbor.lib
29 cd tests & $(MAKE) check
31 cd tests & set TESTARGS=-silent & $(MAKE) -s check
32 tests\Makefile: tests\tests.pro
43 if exist tests\Makefile (cd tests & $(MAKE) clean)
45 if exist tests\Makefile (cd tests & $(MAKE) distclean)
D.appveyor.yml10 set tests=1
12 …(call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64) & (set tests=0)
23 cd tests
25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug
27 if /i "%tests%"=="1" nmake -nologo -s
30 if /i "%tests%"=="1" nmake -s -nologo check
32 if /i "%tests%"=="0" echo Tests skipped.
DMakefile129 check: tests/Makefile | $(BINLIBRARY)
130 $(MAKE) -C tests check
162 tests/Makefile: tests/tests.pro
201 test -e tests/Makefile && $(MAKE) -C tests clean || :
204 test -e tests/Makefile && $(MAKE) -C tests distclean || :
D.travis.yml58 tests/Makefile
59 - cd tests && make check -k
DTODO24 * Write tests for error conditions
/tinycbor-2.7.6/tests/parser/
Dtst_parser.cpp1592 // This test technically tests the dumper, not the parser. in addValidationData()