File: cpp03

package info (click to toggle)
msgpack-cxx 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 8,520 kB
  • sloc: cpp: 87,413; ansic: 3,571; sh: 56; makefile: 39
file content (6 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
set -e

env CXXFLAGS="-DMSGPACK_USE_CPP03" ./debian/tests/run_examples -l cpp03 -a 1
env CXXFLAGS="-DMSGPACK_USE_CPP03" ./debian/tests/run_examples -l cpp03 -a 2
env CXXFLAGS="-DMSGPACK_USE_CPP03" ./debian/tests/run_examples -l cpp03 -a 3