gqsort: Move test to glib/tests/

Previously tests existed in two places,
`$top_srcdir/tests/qsort-test.c` contained a similar test
to the one in `$top_srcdir/glib/tests/sort.c` called `test_sort_basic()`

The test for checking with zero elements was additional added to
`$top_srcdir/glib/tests/sort.c` and `$top_srcdir/tests/qsort-test.c`
was deleted.

Related to: #1434
This commit is contained in:
Nishal Kulkarni
2021-11-27 02:16:22 +05:30
parent 64961b5420
commit 279a610018
3 changed files with 25 additions and 34 deletions

View File

@@ -30,7 +30,6 @@ tests = {
'mapping-test' : {},
'onceinit' : {},
'asyncqueue-test' : {},
'qsort-test' : {},
'relation-test' : {},
'slice-concurrent' : {},
'slice-threadinit' : {