persistent-cache-cpp

Dependents/Clients

Clients of this component

  • Currently none (will be used by lp:thumbnailer once this package lands)

Test Plan

  • Successful run of automated CI testing (already done by the CI autolander)
  • Run the following commands in a temporary directory and verify that both programs return zero exit status:
    cp /usr/share/doc/persistent-cache-cpp/examples/string_cache.cpp .
    cp /usr/share/doc/persistent-cache-cpp/examples/person_cache.cpp .
    g++ --std=c++11 -o string_cache string_cache.cpp `pkg-config --cflags --libs libpersistent-cache-cpp`
    g++ --std=c++11 -o person_cache person_cache.cpp `pkg-config --cflags --libs libpersistent-cache-cpp`
    ./string_cache
    ./person_cache

Process/Merges/TestPlans/persistent-cache-cpp (last edited 2015-07-30 02:13:16 by 1)