This repo contains sample projects to get you started with molecule.
Run tests in all 3 sample projects with ./test-all.sh
or ./test.sh
in each sample project.
To compile and test with sbt
, use the following commands for each project:
cd molecule-basic-3
sbt clean compile -Dmolecule=true
sbt test
cd molecule-basic-2-13
sbt clean compile -Dmolecule=true
sbt test
cd molecule-basic-2-12
sbt clean compile -Dmolecule=true
sbt test