danieljprice / splash

SPLASH is an interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations
https://splash-viz.readthedocs.io
GNU General Public License v2.0
55 stars 43 forks source link

Tests failed to run, missing exampls how to run them #67

Open Hellseher opened 2 years ago

Hellseher commented 2 years ago

Hi!

Thank you for your work on this project. I tried to pack it for Guix upstream into Astronomical package set but I've got an issue to pass tests.

~$ guix clone https://git.sr.ht/~hellseher/ffab ~$ cd ffab ~$ git checkout wip-astronomy ~$ guix build -L . splash


Reproduce with Make file targets
``` shell
~$ make test
# or
~$ cd build; make test

Error:

make: *** No rule to make target 'test_interpolate3D.o', needed by 'test1'.  Stop.

Regards.

Hellseher commented 11 months ago

Hi,

Is any example in documentation I may use to run unit tests? I've played with different Make targets but have no tests working yet.

Thanks, Oleg