Skip to content

Commit

Permalink
Copy the allsolvers test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Mar 9, 2024
1 parent 18411fd commit 8f52ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ RUN make install
RUN ls -l /root/.local/bin
RUN du -sh /root/.local/bin

# Copy the allsolvers test case
RUN mkdir -p tests
COPY tests/allsolvers tests/allsolvers

# a test to see if all solvers work as expected
RUN tests/allsolvers/test.sh

Expand Down

0 comments on commit 8f52ebd

Please sign in to comment.