## page was copied from Process/Merges/TestPlans/Mir ## page was copied from Process/Merges/TestPlans/Template ## page was renamed from Process/Merges/TestPlans/Common ## page was renamed from Process/TestPlans/Common * '''Test plan for component''': persistent-cache-cpp * '''Trunk URL''': https://launchpad.net/persistent-cache-cpp * '''Ubuntu Package URL (LP)''': == 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 }}}