Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.sh « api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65dfdede73961304b7f30f59cc9abd764edcc997 (plain)
1
2
3
4
#!/bin/bash
set -e -u -x
clang src/c/api-client.c  tests/c/api-client-test.c -o /tmp/api-client-test
/tmp/api-client-test