9b6d18c06e1415e4d156c1dbd5b1e03a84938ffb
[platform/upstream/libzypp.git] / tests / media / MediaProducts_test.cc
1 #include <iostream>
2 #include <boost/test/auto_unit_test.hpp>
3
4 #include <zypp/MediaProducts.h>
5
6 BOOST_AUTO_TEST_CASE(compile)
7 {
8   // make sure header compiles
9 }