Skip to content

Commit

Permalink
Work the pip test a little harder.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Jul 21, 2022
1 parent d5beefd commit fe4b43f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.piptest
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ RUN apt-get -qq -y update
RUN apt-get -qq -y upgrade

RUN apt-get install -qq -y make

WORKDIR /scheme
COPY *.scm /scheme
RUN pip install smallscheme
RUN echo '(+ 1 1)' | smallscheme
RUN smallscheme fact.scm
RUN smallscheme -t tests.scm

0 comments on commit fe4b43f

Please sign in to comment.