Skip to content
  • Mike Fleetwood's avatar
    Add unit tests for BlockSpecial constructors and internal caching (#781978) · c37be281
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    So far only includes tests of the construction of BlockSpecial objects
    and the interaction with the internal cache used to reduce the number of
    stat(2) calls.  Tests have been designed to be runable by non-root users
    and assume as little as possible about the environment by discovering
    used block device names and symbolic link name.
    
    Bug 781978 - Add Google Test C++ test framework
    c37be281