DllPlugInTester
A C++ unit testing framework
RUN apt-get update && \
apt-get install -y libcppunit-dev
RUN apt-get update && \
apt-get install -y libcppunit-dev
RUN apk add cppunit
RUN pacman -S --noconfirm cppunit
RUN apt-get update && \
apt-get install -y libcppunit-dev
RUN yum install -y cppunit
RUN dnf install -y cppunit
RUN apt-get update && \
apt-get install -y libcppunit-dev