diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 21:26:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 21:26:55 +0100 |
commit | 129860fd52f3c0c040229a52371798c026fed4ab (patch) | |
tree | 9b517f3fe3ef88f238d5ba2fc641bae7ea256137 /ChangeLog.adoc | |
parent | 3c65bc683192f29d930740edf32ebbaa27a1f365 (diff) | |
download | weechat-129860fd52f3c0c040229a52371798c026fed4ab.zip |
core: add a fake target "test" so that `make test` successes when tests are not compiled
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 674ad2aac..802782c86 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -65,6 +65,7 @@ Tests:: Build:: + * core: add a fake target "test" so that `make test` successes when tests are not compiled * core: rename scripts: build-debian.sh to build_debian.sh, build-test.sh to build_test.sh, git-version.sh to set_git_version.sh * debian: change dependency guile-2.2-dev to guile-3.0-dev * python: remove support of Python 2.x |