[C] Update build-and-test.bash for CI errors (#4312)

* Update build-and-test.bash

add check for non autogenerated test file

* Update README.md.mustache

Add instructions on how to test petstore sample manual tests.

* remove petstore sample from readme
This commit is contained in:
Hemant Zope 2019-10-30 08:31:04 +01:00 committed by William Cheng
parent a2b37d67c0
commit 6795434469

View File

@ -16,6 +16,7 @@ cmake .
make
./unit-manual-PetAPI
./unit-manual-UserAPI
./unit-manual-StoreAPI
if [ -f unit-manual-PetAPI ]; then ./unit-manual-PetAPI; fi
if [ -f unit-manual-UserAPI ]; then ./unit-manual-UserAPI; fi
if [ -f unit-manual-StoreAPI ]; then ./unit-manual-StoreAPI; fi