Qucs / qucsator

Circuit simulator of the Qucs project
http://qucs.sourceforge.net
GNU General Public License v2.0
23 stars 10 forks source link

Qucsator unit tests #23

Open oxmon-2500 opened 3 years ago

oxmon-2500 commented 3 years ago

Tests added: tests/test_complex.cpp tests/test_dataset.cpp tests/test_equation.cpp tests/test_property.cpp tests/test_strlist.cpp tests/test_vector.cpp

felix-salfelder commented 2 years ago

Even without this patch, gtest tests won't work. Perhaps gtest should be stripped, it only adds complexity.

To reproduce: install libgtest-dev then ./configure; make check. boom

This should be fixed so I can possibly merge any new tests.