gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master cb277323: Statistics: test data for checking f


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master cb277323: Statistics: test data for checking fitting in make check
Date: Sun, 9 Oct 2022 05:28:17 -0400 (EDT)

branch: master
commit cb277323b1a84c12dd5cbfe2e640b4cbfaa3d4ee
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Statistics: test data for checking fitting in make check
    
    Until now, the test file to test the newly added least squares fitting
    features of Statistics wasn't available in the tarball (not defined in
    'EXTRA_DIST' of 'tests/Makefile.am'). As a result, the test would be
    skipped.
    
    With this commit, it has been given as a value to that variable, thus
    ensuring that it will be placed in the tarball upon creating a
    distribution.
    
    I also noticed (while testing a clean build), that the Gnulib 'strcasecmp'
    module has been removed and the respective function is now available in the
    'strcase' module (which was already included in 'bootstrap.conf'). So with
    this commit, 'strcasecmp' has also been removed from there.
---
 bootstrap.conf    | 1 -
 tests/Makefile.am | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index f65c499d..891f077b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -220,7 +220,6 @@ gnulib_modules="
     sys_time
     strptime
     faccessat
-    strcasecmp
     system-posix
     secure_getenv
     git-version-gen
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 33d12a7d..c0f2a61d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -302,6 +302,7 @@ EXTRA_DIST = $(TESTS) during-dev.sh \
   mkprof/mkprofcat3.txt \
   mkprof/mkprofcat4.txt \
   mkprof/radeccat.txt \
+  statistics/fitting-data.txt \
   statistics/stdin-input.txt \
   table/table.txt
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]