Tests: Enable ConfigSources test on every configuration

Revise the test itself to work in all configurations and verify that
certain sources are only built by whatever configuration is tested.
This commit is contained in:
Brad King
2019-10-02 14:31:05 -04:00
parent 395e5f77fc
commit 9c9e66289a
9 changed files with 71 additions and 23 deletions

View File

@@ -1,7 +0,0 @@
#include "iface_debug.h"
int main(int argc, char** argv)
{
return iface_src() + iface_debug();
}