Files
pvData/test/testAll.sh
Michael Davidsaver 48cf333e29 test: alternative test scripts
One script which can serve all tests
Other tests are symlinks
2011-02-08 13:28:03 -05:00

15 lines
365 B
Bash
Executable File

#!/bin/sh
./testPVType.sh || exit $?
./testThread.sh || exit $?
./testLinkedList.sh || exit $?
./testIntrospect.sh || exit $?
./testPVData.sh || exit $?
./testPVStructureArray.sh || exit $?
./testPVAppend.sh || exit $?
./testPVAuxInfo.sh || exit $?
./testTimeStamp.sh || exit $?
./testTimer.sh || exit $?
./testQueue.sh || exit $?
./testMessageQueue.sh || exit $?