Files
revng-revng/tests
Pietro Fezzardi 2feaa47737 Fix use of boost unit_test_framework
This commit does three things.
- Removes explicit dependency from boost version 1.63. This is no longer
  necessary since orchestra has moved to compiling boost test directly,
  and ships version 1.71 (as of now).
- Switches UnitTests.cmake to using modern cmake package for
  Boost::unit_test_framework
- Adds an header copied from revng, to define
    boost::throw_exception(std::exception const &E)
  This is necessary to compile with -fno-exception and boost
  unit_test_framework.
2020-01-15 18:23:41 +01:00
..
2020-01-15 18:23:41 +01:00