kicad/qa
John Beard f5144eb5cf Revert "Try to fix a compil issue in qa test"
This reverts commit decc7ed888.

This compilation options (-fpermissive) is no longer needed,
as the code that caused the warnings on GCC <7 is no longer
present.

The reason this error was GCC bug #56480 [1], which disallowed
the following (valid, in C++11) syntax:

template<> struct namespace_a::namespace_b::a_struct<TYPE>
{...}

And instead insisted on:

namespace namespace_a {
namespace namespace_b {
    template<> struct a_struct<TYPE>
    {...}
}
}

[1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480
2019-01-12 07:53:56 +01:00
..
common Revert "Try to fix a compil issue in qa test" 2019-01-12 07:53:56 +01:00
data Remove a useless qa test. 2019-01-07 20:24:11 +01:00
eeschema qa: Moving eeschema qa to main qa folder 2019-01-09 21:43:23 -08:00
pcb_parse_input qa: Correct input string casting 2018-10-23 15:35:33 -07:00
pcb_test_window QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
pcbnew QA: Add pcbnew unit tests CMake subdir 2019-01-07 15:14:37 +01:00
polygon_generator QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
polygon_triangulation QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
qa_utils Revert "QA: Add a generic utility tool executable." 2019-01-06 16:17:44 -08:00
shape_poly_set_refactor Remove a useless qa test. 2019-01-07 20:24:11 +01:00
testcases Fix incompatibilites between Python 2 and Python 3 2018-10-19 09:59:05 +02:00
unit_test_utils QA: Use free operator<< for Boost test logging 2019-01-12 07:53:56 +01:00
CMakeLists.txt qa: Moving eeschema qa to main qa folder 2019-01-09 21:43:23 -08:00
test.py qa/test.py change to make sure failed tests return 1 in all systems. 2015-02-01 19:20:20 +01:00