Skip to content
Snippets Groups Projects
RunDefaultUnitTests.sh 264 B
Newer Older
  • Learn to ignore specific revisions
  • ##########################################################
    # Run all non-evosuite unit tests, which is the 
    # default option. 
    ##########################################################
    
    
    echo "EMBOSS_ROOT set to: "$EMBOSS_ROOT
    echo
    
    cd ..
    
    mvn test