Commit graph

3187 commits

Author SHA1 Message Date
rfm
214a57eb7a New release 2025-02-10 15:22:04 +00:00
rfm
a613c2668c Report execution time for each test file 2025-01-17 11:48:49 +00:00
rfm
16148bc3d8 Documentation for new make option (and remove some obsolete documentation) 2025-01-13 15:45:39 +00:00
rfm
1493a378c7 Do not use zombies when using ASAN and leak checking 2025-01-09 11:37:21 +00:00
rfm
d739198f1d Add --asan and set leaked fiels to give a 23 exit code 2024-11-30 14:24:50 +00:00
rfm
2b67e39517 Update ASAN support 2024-11-30 14:09:20 +00:00
rfm
80c7154cd0 Add -DGS_WITH_ASAN=1 when building with asan 2024-11-20 14:26:20 +00:00
rfm
4074b9f8d3 Fix leaked exception 2024-11-18 19:19:47 +00:00
rfm
da6b90528e allow timeout to be set from environment 2024-11-18 12:45:11 +00:00
rfm
06496f69ac Fix typo in last change and add GS_WITH_ASAN environment variable 2024-11-15 11:10:40 +00:00
rfm
2ee48ebe21 Don't try to release object which may have been released already 2024-11-14 17:01:13 +00:00
rfm
27cbcbf6ca Release objects when we are done with them. 2024-11-14 16:17:32 +00:00
Hugo Melder
23485f8592 Initial address sanitization support 2024-11-14 12:28:43 +01:00
hmelder
c6a561d713 Add test timeouts 2024-09-09 19:46:07 +02:00
Wolfgang Lux
1d48b14ff3 Only return plain files when looking for test cases 2024-08-20 19:15:51 +02:00
rfm
95d706bdb8 Fixup for failure to detect failed builds 2024-07-31 10:55:54 +01:00
rfm
1fa879082c fix for savannah bug 65820 2024-05-31 17:41:43 +01:00
rfm
d0fae65d78 revert accidental update 2024-05-26 15:39:18 +01:00
rfm
ffe5f324e1 Changes for new release. 2024-05-26 11:32:19 +01:00
hmelder
554d207704 Update configure script 2024-04-18 11:11:04 +02:00
hmelder
7cfd293ad8 Fix installation command in INSTALL 2024-04-18 11:11:04 +02:00
hmelder
c2a7753ffc Bump Objective-C runtime version and add installation instructions 2024-04-18 11:11:04 +02:00
rfm
e480e8b3bc
Merge pull request #45 from qmfrederik/fixes/libdir
Allow users to override the /lib dir
2024-03-31 11:34:47 +01:00
rfm
0cf140efc0
Merge pull request #44 from qmfrederik/fix-library-typo
gs_library_combo.m4: Fix typo in 'library'
2024-03-31 11:34:06 +01:00
Frederik Carlier
adbab30895
Allow users to override the /lib dir
The [File Hierarchy Standard][1] allows for an alternative format for essential shared libraries, using `lib<qual>` instead of `lib`.

Some Linux distributions, like Enterprise Linux, adopt this, and on 64-bit systems the shared libraries would go into `lib64` instead of `lib`.

Currently the Fedora/EPEL packages [manually patch the fhs and fhs-system files][2].

This commit updates the `./configure` script so that the user can manually specify a `lib` folder, e.g. `--with-libdir=lib64`.

[1]: https://www.pathname.com/fhs/pub/fhs-2.3.html#LIBLTQUALGTALTERNATEFORMATESSENTIAL
[2] https://src.fedoraproject.org/rpms/gnustep-make/blob/rawhide/f/gnustep-make.spec#_64
2024-03-29 10:12:14 +00:00
Frederik Carlier
dc8387f6f9
gs_library_combo.m4: Fix typo in 'library' 2024-03-29 08:54:52 +00:00
rfm
77c46a1f0e regenerate configure for last update 2024-02-14 13:58:11 +00:00
rfm
6d6548bef9
Merge pull request #19 from gaelicWizard/GNUstep-reset
Generate GNUstep-reset.sh from GNUstep-reset.sh.in
2024-02-14 13:55:41 +00:00
rfm
fa9df0b6fd
Merge pull request #20 from gaelicWizard/TAR
Exclude .git and .hg from installed packages
2024-02-14 11:58:52 +00:00
rfm
9de817126c javac -h turns out to be much more complicated than javah :-( 2024-02-14 11:50:21 +00:00
rfm
76a1df3b61 Use javac -h if javah is not present 2024-02-11 13:34:31 +00:00
rfm
d5002f8405 Improve error message when bash is not available 2023-12-12 20:06:02 +00:00
rfm
2e99da71ef allow configure without bash ... abort tests at runtime 2023-12-12 19:58:02 +00:00
rfm
a95eb8e724 Require bash for test framework 2023-12-11 17:29:38 +00:00
rfm
6d6d77ce93 documentation update for new texi 2023-12-05 15:44:38 +00:00
Frederik Seiffert
ca20ad3cfd Ensure -gcodeview on Windows MSVC 2023-12-04 17:34:47 +01:00
hmelder
cd8d5259ee Remove redundant comment 2023-11-01 09:48:29 +01:00
hmelder
d1f1f672c7 Rebuild configure from configure.ac 2023-11-01 09:48:29 +01:00
hmelder
209af1c9e9 Rewrite linker check based on linker verbose output 2023-11-01 09:48:29 +01:00
hmelder
e5c3acf855 Detect ARC when using apple runtime 2023-11-01 09:47:46 +01:00
Hugo Melder
c1703a066a
Remove ancient GNUstep-HOWTO and references to it in README
* Remove GNUstep-HOWTO and reference to it in README

* Update README
2023-11-01 09:47:05 +01:00
Richard Frith-Macdonald
3ff4ee8a05 Specify texi2html output file explicitly 2023-02-06 21:35:32 +00:00
Riccardo Mottola
2ce2a05f45 Try to implement .dist-ignore support for git-dist: after archive, export and recompress again by excluding .dist-ignore 2023-02-06 21:19:49 +01:00
Hugo Melder
5ee21206a8
Windows MSVC debug symbols, gnustep-tests extension, and typo fixes (#30)
* Conditionally add PDB Debug Info on Windows MSVC

* Add make debug and no-silent options

* Update gnustep-tests help prompt
2023-01-09 23:30:22 +01:00
Richard Frith-Macdonald
f0e00360a2 Dec 2022 release 2022-12-28 10:18:03 +00:00
Richard Frith-Macdonald
6b6217fb14 Make sure test framework is in the include path 2022-12-23 10:19:23 +00:00
Richard Frith-Macdonald
626971095f Fix occasional loss of pass/fail output 2022-12-05 10:58:38 +00:00
Richard Frith-Macdonald
3b1d8035b2 Fix uninitialised variable in test 2022-12-05 10:35:49 +00:00
Riccardo
58d9d3a9e5
since newer autoconf detects linux-musl as separate, try to support it (#32)
* since newer autoconf detects linux-musl as separate, try to support it
2022-12-04 23:14:34 +01:00
Hugo Melder
13db21b769
Merge pull request #28 from gnustep/msvc-debugger-fixes
Various fixes for Windows MSVC
2022-08-03 14:59:40 +02:00