mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
Revert "core: add a fake target "test" so that make test successes when tests are not compiled"
This reverts commit 129860fd52.
This commit is contained in:
@@ -241,8 +241,6 @@ if(ENABLE_TESTS)
|
||||
else()
|
||||
message(SEND_ERROR "CppUTest not found")
|
||||
endif()
|
||||
else()
|
||||
add_custom_target(test)
|
||||
endif()
|
||||
|
||||
configure_file(config.h.cmake config.h @ONLY)
|
||||
|
||||
@@ -65,7 +65,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user