Home | History | Annotate | Download | only in prototest
      1 This sample contains examples of the flow of protobuf messages within Tuning Fork.
      2 In order to build and run the tests, first make sure you have protobuf installed, e.g. in /usr/local
      3 Then invoke make like so:
      4 make PROTOBUF_ROOT=/usr/local
      5 
      6 It should build and run 4 executables:
      7 ./play : a simulation of the play console, where you enter fidelity parameters for the game
      8 ./game : simulation of a native game
      9 ./gameeng : 2 games that use a game engine, one native and one non-native
     10 ./sztool : a tool for estimating the size of data uploaded to clearcut
     11