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

echo
echo '***************************************************************************'
echo '*                                                                         *'
echo '*  ERROR:  CxxTest was not found at configure-time; tests cannot be run.  *'
echo '*                                                                         *'
echo '***************************************************************************'
echo

exit 1

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback