testElements/coreTest_LookupTableComponent.cc is not compiled
https://github.com/sstsimulator/sst-core/blob/688ec5d1115cdf87de437f888477960ca3cd1147/src/sst/core/testElements/coreTest_LookupTableComponent.cc is not compiled as part of the normal (autotools) build. Adding it results in
<snip>/coreTest_LookupTableComponent.h:17:10: fatal error: 'sst/core/sharedRegion.h' file not found
#include "sst/core/sharedRegion.h"
^~~~~~~~~~~~~~~~~~~~~~~~~
Is it an accident that this file was not included for compilation and is now out-of-date, or was it supposed to be removed as part of something else?
We were originally going to adapt this test to use the new SharedArray classes, but instead decided to do a whole new test suite for the shared objects. Once we made that change, it should have been removed. Looks like it got missed. There may also be other testing files that need to be removed as well. I'll look into that.