Tests: Fix t_vpi_hierarchy_clear on macOS (#6793)

This commit is contained in:
Geza Lore 2025-12-11 15:23:03 +00:00 committed by GitHub
parent af1be26b96
commit 5bb98187fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 4 additions and 84 deletions

View File

@ -14,6 +14,10 @@
#include <iostream>
extern "C" {
#include <libgen.h>
}
// Avoid C++11 in this file as not all simulators allow it
//======================================================================

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -19,10 +19,6 @@
#include <iostream>
extern "C" {
#include <libgen.h>
}
// These require the above. Comment prevents clang-format moving them
#include "TestVpi.h"

View File

@ -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"

View File

@ -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"