stardis-test

Test Stardis behaviors
git clone git://git.meso-star.fr/stardis-test.git
Log | Files | Refs | README | LICENSE

commit 6567c8b614319667393095049c5ebdfdc0f27757
parent 7398cdef0cbe462e2596a0c4024b1904177137d3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  8 Apr 2024 16:01:39 +0200

Reactivate the automation of certain tests

It seems that they were temporarily commented out to check something
locally, and that this update was inadvertently committed.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -36,8 +36,8 @@ clean: rm -f libsadist-triprof.so libsadist-spherical-source.so $(TESTS) test: $(TESTS) - @#$(SHELL) make.sh check sadist_probe_boundary ./sadist_probe_boundary - @#$(SHELL) make.sh check sadist_probe_boundary_list ./sadist_probe_boundary -p4 + @$(SHELL) make.sh check sadist_probe_boundary ./sadist_probe_boundary + @$(SHELL) make.sh check sadist_probe_boundary_list ./sadist_probe_boundary -p4 @$(SHELL) make.sh check sadist_external_flux ./sadist_external_flux ################################################################################