testperiod.cpp 536 B

12345678910111213141516171819202122
  1. /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
  2. * Use, modification and distribution is subject to the
  3. * Boost Software License, Version 1.0. (See accompanying
  4. * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  5. * Author: Jeff Garland
  6. */
  7. #include <iostream>
  8. #include "boost/date_time/posix_time/posix_time.hpp"
  9. #include "boost/date_time/posix_time/time_period.hpp"
  10. #include "../testfrmwk.hpp"
  11. int main()
  12. {
  13. //FILE OBSOLETE: replace by testtime_period.cpp
  14. return 1;
  15. // return printTestStats();
  16. }