test(app): Add test application base 73/73/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 22 Apr 2019 17:04:10 +0000 (17:04 +0000)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 22 Apr 2019 17:04:10 +0000 (17:04 +0000)
commite8a5b2c912d4be9cc93bc52ad7a460b57321c5fd
tree5dafd9b917ebe7ff1bb847a053d861b3fe7f84a5
parent966c7d60bb790ccebdfbc2d62fdba72680b523b6
test(app): Add test application base

Added two simple test applications (a sender and receiver)
with a driver script to test RMr message passing funcitons.
These apps verify correctness of messages sent at either
high or low message rates.

Change-Id: I0b1b2c752e7c01b1b510cb44582532bc1f276901
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
test/app_test/.gitignore [new file with mode: 0644]
test/app_test/Makefile [new file with mode: 0644]
test/app_test/README [new file with mode: 0644]
test/app_test/receiver.c [new file with mode: 0644]
test/app_test/rt.mask [new file with mode: 0644]
test/app_test/run_app_test.ksh [new file with mode: 0644]
test/app_test/sender.c [new file with mode: 0644]