SWDEV-339488 - Catch2 test for hipRTC include path (#2898)

* SWDEV-339488 - Catch2 test for hipRTC include path

Change-Id: I1f5502d1ea72ac4133f79207f2d60f86b934cf36
This commit is contained in:
ROCm CI Service Account
2022-09-26 07:39:45 +05:30
committed by GitHub
parent c5ba2bb196
commit 2e641ee60b
4 changed files with 147 additions and 0 deletions
@@ -0,0 +1,4 @@
#ifndef HIPRTC_TEST_HEADER1_H
#define HIPRTC_TEST_HEADER1_H
typedef float real;
#endif //HIPRTC_TEST_HEADER1_H
@@ -0,0 +1,4 @@
#ifndef HIPRTC_TEST_HEADER2_H
#define HIPRTC_TEST_HEADER2_H
typedef float* realptr;
#endif //HIPRTC_TEST_HEADER2_H