15 lines
365 B
Bash
Executable File
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 $?
|