| Eric Haszlakiewicz | 38f421a | 2012-09-02 15:21:56 -0500 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |||||
| 3 | # Common definitions | ||||
| 4 | if test -z "$srcdir"; then | ||||
| 5 | srcdir="${0%/*}" | ||||
| 6 | test "$srcdir" = "$0" && srcdir=. | ||||
| 7 | test -z "$srcdir" && srcdir=. | ||||
| 8 | fi | ||||
| 9 | . "$srcdir/test-defs.sh" | ||||
| 10 | |||||
| 11 | run_output_test test_set_serializer | ||||
| 12 | exit $? | ||||