1 #include "artdaq-core/Data/PackageBuildInfo.hh"
3 #define BOOST_TEST_MODULE(BuildInfo_t)
4 #include <cetlib/quiet_unit_test.hpp>
6 BOOST_AUTO_TEST_SUITE(BuildInfo_test)
8 BOOST_AUTO_TEST_CASE(BuildInfo_Methods)
25 BOOST_AUTO_TEST_SUITE_END()
std::string getPackageName() const
Gets the package name.
Class holding information about the artdaq package build.
void setPackageName(std::string const &str)
Sets the package name.
std::string getBuildTimestamp() const
Gets the build timestamp.
std::string getPackageVersion() const
Gets the package version.
void setBuildTimestamp(std::string const &str)
Sets the build timestamp.
void setPackageVersion(std::string const &str)
Sets the package version.