https://github.com/nekketsuuu/testing-lecture-dockerfiles
private Dockerfile for a lecture of testing
https://github.com/nekketsuuu/testing-lecture-dockerfiles
Last synced: 3 months ago
JSON representation
private Dockerfile for a lecture of testing
- Host: GitHub
- URL: https://github.com/nekketsuuu/testing-lecture-dockerfiles
- Owner: nekketsuuu
- Created: 2017-12-08T07:24:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T12:46:40.000Z (over 7 years ago)
- Last Synced: 2023-08-29T18:39:12.675Z (almost 2 years ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a Dockerfile which is used for a lecture "Software testing and verification".
## Memorandum
```sh
$ sudo ./docker-start
# cd /var/work
# cd ./example-junit
# gradle test
# cd ../example-scalacheck
# sbt test
```