Skip to content

Commit

Permalink
removing irrelevant cmake tests (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores authored Jun 5, 2024
1 parent d916537 commit f538a60
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 225 deletions.
14 changes: 0 additions & 14 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,4 @@ RUN mkdir /build \
../micm \
&& make install -j 8

# now test if we can use the installed files
RUN cd /micm/test/integration/cmake/find_package \
&& mkdir build && cd build \
&& cmake .. \
&& make \
&& make test

# now test that fetch content can be used
RUN cd /micm/test/integration/cmake/fetch_content \
&& mkdir build && cd build \
&& cmake .. \
&& make \
&& make test

WORKDIR /build
3 changes: 0 additions & 3 deletions test/integration/cmake/README.md

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/cmake/configs/robertson/config.json

This file was deleted.

43 changes: 0 additions & 43 deletions test/integration/cmake/configs/robertson/reactions.json

This file was deleted.

16 changes: 0 additions & 16 deletions test/integration/cmake/configs/robertson/species.json

This file was deleted.

37 changes: 0 additions & 37 deletions test/integration/cmake/fetch_content/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions test/integration/cmake/find_package/CMakeLists.txt

This file was deleted.

81 changes: 0 additions & 81 deletions test/integration/cmake/test_micm.cpp

This file was deleted.

0 comments on commit f538a60

Please sign in to comment.