ekg/seqwish

How should a simple test be performed after seqwish is installed

Wenmj201582 opened this issue · 3 comments

When I run the make test operation under the seqwish-v0.7.6/test directory, I encountered the following errors.
What does expected mean, and how can I solve such errors?
Please give me guidance and help.
Thank you
image

Hi @Wenmj201582, could you please provide more information about your system and how you installed seqwish?

I just ran the following instructions, without getting any errors:

wget -c https://github.com/ekg/seqwish/releases/download/v0.7.6/seqwish-v0.7.6.tar.gz
tar -xvf seqwish-v0.7.6.tar.gz
cd seqwish-v0.7.6
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild && cmake --build build -- -j 16
cd test
make test

Thank you very much.
This problem has been solved.