Modify version string to post-release version 0.18.101
[gmpc.git] / test / MpdDataModel / mpd_data_model.sh
blobde856c75215cfc6fee31633779de4ccf7086536f
1 make mpd_data_model
3 G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind \
4 --tool=memcheck --leak-check=full --leak-resolution=high \
5 --num-callers=20 --show-reachable=yes \
6 ./mpd_data_model > /dev/null
8 time ./mpd_data_model > /dev/null