Added testing targets

This commit is contained in:
saundersp
2024-07-22 22:03:30 +02:00
parent 1ec28f78de
commit 95eaffda4d
6 changed files with 171 additions and 108 deletions

View File

@ -3,7 +3,7 @@ FROM nvidia/cuda:12.5.0-devel-ubi9 as builder
WORKDIR /home/ViolaJones/cpp
COPY *.cu *.cpp *.hpp Makefile ./
RUN make -j "$(nproc)"
RUN make -j "$(nproc)" && make -j "$(nproc)" ./bin/ViolaJonesTest
FROM nvidia/cuda:12.5.0-base-ubi9