e1e8f56d27
The filter plugins are now in src/std/filters and their tests in the test subdirectory. Various portability issues found and fixed: * Variable declarations after statements in a block * Code assuming that epicsInt32 = long * // comments in C files Removed a number of tests that weren't really tests; preconditions for future tests that don't actually check the code being tested should call testAbort() if the condition fails, which tells the test harness that you meant to die at that point. Split up lots of very long source lines. Probably made a few other changes that I forget about now.