test: show both CMake and Autotools usage for ctime_tests #1804

pull 8144225309 wants to merge 1 commits into bitcoin-core:master from 8144225309:fix-ctime-usage-message changing 1 files +1 −1
  1. 8144225309 commented at 3:39 PM on January 22, 2026: contributor

    When building with CMake and running ctime_tests outside valgrind, users see:

    Usage: libtool --mode=execute valgrind ./ctime_tests
    

    CMake users don't have libtool. Show both commands.

    Before

    $ ./build/bin/ctime_tests
    This test can only usefully be run inside valgrind because it was not compiled under msan.
    Usage: libtool --mode=execute valgrind ./ctime_tests
    

    After

    $ ./build/bin/ctime_tests
    This test can only usefully be run inside valgrind because it was not compiled under msan.
    Usage: valgrind ./ctime_tests (or with Autotools: libtool --mode=execute valgrind ./ctime_tests)
    

    Fixes #1697

  2. test: show both Autotools and CMake usage for ctime_tests
    The existing message only shows the libtool command, which is
    specific to Autotools builds.
    
    Fixes #1697
    1bc74a22f8
  3. real-or-random added the label tweak/refactor on Jan 22, 2026
  4. real-or-random added the label meta/development on Jan 22, 2026
  5. real-or-random removed the label meta/development on Jan 22, 2026
  6. real-or-random added the label user-documentation on Jan 22, 2026
  7. real-or-random approved
  8. real-or-random commented at 4:20 PM on January 22, 2026: contributor

    utACK 1bc74a22f87dd7c3da706095a06765db1bbfc7c1

  9. real-or-random merged this on Feb 3, 2026
  10. real-or-random closed this on Feb 3, 2026

  11. fjahr referenced this in commit 23c2527f12 on Feb 8, 2026
  12. Eunovo referenced this in commit a4d63b2089 on Feb 10, 2026
  13. fanquake referenced this in commit fa3704594c on Feb 19, 2026
  14. fanquake referenced this in commit 46ca85d851 on Feb 24, 2026
  15. fanquake referenced this in commit 9478a62d21 on Feb 25, 2026
  16. fanquake referenced this in commit 0dab9edba4 on Mar 3, 2026
  17. fanquake referenced this in commit a50dbd2bcd on Mar 4, 2026
  18. real-or-random referenced this in commit 7a5f153d71 on Mar 4, 2026
  19. fanquake referenced this in commit ec7ea286b0 on Mar 10, 2026
  20. fanquake referenced this in commit 6458812af8 on Mar 17, 2026
  21. fanquake referenced this in commit 791949a724 on Mar 21, 2026
  22. fanquake referenced this in commit cffa9320f2 on Mar 23, 2026
  23. theStack referenced this in commit 994739fc33 on Mar 26, 2026
  24. fanquake referenced this in commit dfc5233b8c on Mar 27, 2026
  25. theStack referenced this in commit 0326234c51 on Apr 2, 2026
  26. fanquake referenced this in commit dfd54c959e on Apr 9, 2026
  27. vmta referenced this in commit 1ddc2f947f on Apr 26, 2026
  28. vmta referenced this in commit 56c40fe100 on Apr 27, 2026

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-19 06:52 UTC