File: RunDefaultUnitTests.sh

package info (click to toggle)
artemis 18.1.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 42,672 kB
  • sloc: java: 469,596; xml: 3,304; sh: 1,328; perl: 83; makefile: 55; sql: 47
file content (14 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

##########################################################
# Run all non-evosuite unit tests, which is the 
# default option. 
##########################################################

echo "EMBOSS_ROOT set to: "$EMBOSS_ROOT
echo

cd ..

mvn test