File: equality_test.sh

package info (click to toggle)
shunit2 2.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: sh: 1,752; makefile: 15
file content (9 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh
# file: examples/equality_test.sh

testEquality() {
  assertEquals 1 1
}

# Load and run shUnit2.
. shunit2