Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

fold in tests from cmake #814

Closed felix-salfelder closed 6 years ago

felix-salfelder commented 6 years ago

trying to make qucs/tests work with autotools

felix-salfelder commented 6 years ago

On Sun, Jul 15, 2018 at 02:36:17PM -0700, Guilherme Brondani Torri wrote:

guitorri commented on this pull request.

@@ -1,13 +1,12 @@

include "qucs.h"

include "schematic.h"

+#include "SchematicTests.h"

Why do you have to split the header?

moc only needs to see the class declaration. this is how it is done in the other places (more or less). common.mk.

it looks right to me, and didn't want to reinvent the wheel.