1 2 3 4 5 6 7 8 9
//! SPEC-024: Widget Interface Tests //! //! **TESTS DEFINE INTERFACE. IMPLEMENTATION FOLLOWS.** //! //! This file runs all widget interface tests defined in tests/widgets/*. #![cfg(feature = "ptop")] mod widgets;