Tests: Fix t_vpi_hierarchy_clear on macOS (#6793)
This commit is contained in:
parent
af1be26b96
commit
5bb98187fc
|
|
@ -14,6 +14,10 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// Avoid C++11 in this file as not all simulators allow it
|
||||
|
||||
//======================================================================
|
||||
|
|
|
|||
|
|
@ -15,10 +15,6 @@
|
|||
#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@
|
|||
|
||||
#include <cstdio>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@
|
|||
#include <iostream>
|
||||
#include <random>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -38,10 +38,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestSimulator.h"
|
||||
#include "TestVpi.h"
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -19,10 +19,6 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestVpi.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -44,10 +44,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
|
|
@ -32,10 +32,6 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
extern "C" {
|
||||
#include <libgen.h>
|
||||
}
|
||||
|
||||
// These require the above. Comment prevents clang-format moving them
|
||||
#include "TestCheck.h"
|
||||
#include "TestSimulator.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue