Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qucsator unit tests #23

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

oxmon-2500
Copy link

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

oxmon-2500 added 4 commits February 25, 2021 10:17
new tests added

	modified:   tests/Makefile.am
	new file:   tests/test_complex.cpp
	new file:   tests/test_dataset.cpp
	new file:   tests/test_equation.cpp
	new file:   tests/test_property.cpp
	new file:   tests/test_strlist.cpp
	new file:   tests/test_vector.cpp
@felix-salfelder
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants