Searched full:tests (Results 1 – 6 of 6) sorted by relevance
28 check: tests\Makefile lib\tinycbor.lib29 cd tests & $(MAKE) check31 cd tests & set TESTARGS=-silent & $(MAKE) -s check32 tests\Makefile: tests\tests.pro43 if exist tests\Makefile (cd tests & $(MAKE) clean)45 if exist tests\Makefile (cd tests & $(MAKE) distclean)
10 set tests=112 …(call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64) & (set tests=0)23 cd tests25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug27 if /i "%tests%"=="1" nmake -nologo -s30 if /i "%tests%"=="1" nmake -s -nologo check32 if /i "%tests%"=="0" echo Tests skipped.
129 check: tests/Makefile | $(BINLIBRARY)130 $(MAKE) -C tests check162 tests/Makefile: tests/tests.pro201 test -e tests/Makefile && $(MAKE) -C tests clean || :204 test -e tests/Makefile && $(MAKE) -C tests distclean || :
58 tests/Makefile59 - cd tests && make check -k
24 * Write tests for error conditions
1592 // This test technically tests the dumper, not the parser. in addValidationData()