File: cpp03

package info (click to toggle)
msgpack-cxx 4.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,452 kB
  • sloc: cpp: 87,082; 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