Add a new "test" Makefile target
This commit is contained in:
parent
6cda1c30da
commit
2bf8256602
|
|
@ -5,6 +5,6 @@ RUN apt-get update && apt-get install -y make nasm && rm -rf /var/lib/apt/lists/
|
|||
WORKDIR /usr/src/hello
|
||||
COPY . /usr/src/hello
|
||||
|
||||
RUN make clean hello
|
||||
RUN make clean hello test
|
||||
|
||||
CMD ["./hello"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue