summaryrefslogtreecommitdiff
path: root/test/unit/no_cxxtest
blob: fec2dfb82bac88019f16d275c3cc8c1eecef11d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo
echo '***************************************************************************'
echo '*                                                                         *'
echo '*  WARNING:  CxxTest not found at configure time; unit tests cannot run.  *'
echo '*                                                                         *'
echo '***************************************************************************'
echo

# skip this test, rather than reporting an error
exit 77
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback