All clixon test utilities in util/ moved to separate repo: clicon/clixon-util

This commit is contained in:
Olof hagsand 2023-12-01 14:30:14 +01:00
parent 631ebaa759
commit 80a10b694c
29 changed files with 166 additions and 17293 deletions

View file

@ -81,8 +81,11 @@ RUN ./configure --prefix=/usr/local --sysconfdir=/etc --with-cligen=/clixon/buil
RUN make
RUN make DESTDIR=/clixon/build install
# Install utils (for tests)
WORKDIR /clixon/clixon/util
# Configure, build and install clixon utilities (for tests)
WORKDIR /clixon
RUN git clone https://github.com/clicon/clixon-util.git
WORKDIR /clixon/clixon-util
RUN ./configure --prefix=/usr/local --with-cligen=/clixon/build/usr/local --with-clixon=/clixon/build/usr/local
RUN make
RUN make DESTDIR=/clixon/build install

View file

@ -89,8 +89,11 @@ RUN ./configure --prefix=/usr/local --sysconfdir=/etc --with-cligen=/clixon/buil
RUN make
RUN make DESTDIR=/clixon/build install
# Install utils (for tests)
WORKDIR /clixon/clixon/util
# Configure, build and install clixon utilities (for tests)
WORKDIR /clixon
RUN git clone https://github.com/clicon/clixon-util.git
WORKDIR /clixon/clixon-util
RUN ./configure --prefix=/usr/local --with-cligen=/clixon/build/usr/local --with-clixon=/clixon/build/usr/local
RUN make
RUN make DESTDIR=/clixon/build install

View file

@ -87,8 +87,11 @@ RUN ./configure --prefix=/usr/local --sysconfdir=/etc --with-cligen=/clixon/buil
RUN make
RUN make DESTDIR=/clixon/build install
# Install utils (for tests)
WORKDIR /clixon/clixon/util
# Configure, build and install clixon utilities (for tests)
WORKDIR /clixon
RUN git clone https://github.com/clicon/clixon-util.git
WORKDIR /clixon/clixon-util
RUN ./configure --prefix=/usr/local --with-cligen=/clixon/build/usr/local --with-clixon=/clixon/build/usr/local
RUN make
RUN make DESTDIR=/clixon/build install