diff --git a/src/libCom/test/epicsAlgorithmTest.cpp b/src/libCom/test/epicsAlgorithmTest.cpp index 5dd08e0f6..8e14b0191 100644 --- a/src/libCom/test/epicsAlgorithmTest.cpp +++ b/src/libCom/test/epicsAlgorithmTest.cpp @@ -11,6 +11,7 @@ // Authors: Jeff Hill & Andrew Johnson #include +#include #include "epicsAlgorithm.h" @@ -51,6 +52,7 @@ int MAIN(int /*argc*/, char* /*argv[]*/) assert(i1==4); assert(i2==3); + puts("epicsMin, epicsMax and epicsSwap tested OK."); return 0; }