File: cpp03

package info (click to toggle)
msgpack-c 3.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,924 kB
  • sloc: cpp: 87,986; ansic: 8,019; sh: 58; makefile: 40
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