Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: osmocom/libgtpnl Loading
base: master
Choose a base ref
...
head repository: osmocom/libgtpnl Loading
compare: osmith/qemu-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 26, 2023

  1. configure.ac: move AC_OUTPUT -> AC_CONFIG_FILES

    Instead of having one file in AC_OUTPUT, and all others in
    AC_CONFIG_FILES, move all of them to AC_CONFIG_FILES. Sort the files
    while at it and have one per line.
    
    Fix this warning:
      configure.ac:86: warning: AC_OUTPUT should be used without arguments.
    
    Change-Id: Iea782b03c9ede154eedbd0c0e9f0d7359bb49967
    osmith42 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    858e2db View commit details
    Browse the repository at this point in the history
  2. Makefile.am: remove DIST_SUBDIRS

    It is the same as SUBDIRS, so it doesn't need to be defined. We don't do
    this is in other Osmocom projects either.
    
    Related: https://www.gnu.org/software/automake/manual/html_node/SUBDIRS-vs-DIST_005fSUBDIRS.html
    Change-Id: I35345ba1c6ab6ecc827177dfd6f14a5be6606432
    osmith42 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    988b8f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. WIP: add QEMU tests

    Change-Id: Ibf75514b866fffb11e90529e4705f126b23d7415
    osmith42 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a3108a3 View commit details
    Browse the repository at this point in the history
Loading