test_partial_match.cpp 511 B

123456789101112131415161718192021
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // test_partial_match.cpp
  3. //
  4. // Copyright 2008 Eric Niebler. Distributed under the Boost
  5. // Software License, Version 1.0. (See accompanying file
  6. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. #include "./test.hpp"
  8. ///////////////////////////////////////////////////////////////////////////////
  9. // test_main
  10. // read the tests from the input file and execute them
  11. void test_main()
  12. {
  13. return 0;
  14. }