summaryrefslogtreecommitdiff
path: root/tests/src/Interop
diff options
context:
space:
mode:
authorJohn Bottenberg <jobotten@microsoft.com>2016-03-30 14:03:26 -0700
committerJohn Bottenberg <jobotten@microsoft.com>2016-03-30 14:03:26 -0700
commit4925630558495c7e1b139d1619d9f2dfeb3a4e92 (patch)
tree631158e529f3742a23cc13c80db39cda34f5592a /tests/src/Interop
parent6648620070db5f33979cfedd74853e9cfab652f3 (diff)
downloadcoreclr-4925630558495c7e1b139d1619d9f2dfeb3a4e92.tar.gz
coreclr-4925630558495c7e1b139d1619d9f2dfeb3a4e92.tar.bz2
coreclr-4925630558495c7e1b139d1619d9f2dfeb3a4e92.zip
Move EnumMarshalling tests into PrimitiveMarshalling directory
Diffstat (limited to 'tests/src/Interop')
-rw-r--r--tests/src/Interop/CMakeLists.txt2
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/CMakeLists.txt (renamed from tests/src/Interop/EnumMarshalling/CMakeLists.txt)0
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj (renamed from tests/src/Interop/EnumMarshalling/EnumTest.csproj)0
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumManaged.cs (renamed from tests/src/Interop/EnumMarshalling/MarshalEnumManaged.cs)0
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp (renamed from tests/src/Interop/EnumMarshalling/MarshalEnumNative.cpp)0
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json (renamed from tests/src/Interop/EnumMarshalling/project.json)0
6 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Interop/CMakeLists.txt b/tests/src/Interop/CMakeLists.txt
index 4e4200a8a3..b612aab9cb 100644
--- a/tests/src/Interop/CMakeLists.txt
+++ b/tests/src/Interop/CMakeLists.txt
@@ -4,7 +4,7 @@ add_subdirectory(PrimitiveMarshalling/Bool)
add_subdirectory(PrimitiveMarshalling/UIntPtr)
add_subdirectory(ArrayMarshalling/BoolArray)
add_subdirectory(ArrayMarshalling/ByValArray)
-add_subdirectory(EnumMarshalling)
+add_subdirectory(PrimitiveMarshalling/EnumMarshalling)
add_subdirectory(FuncPtrAsDelegateParam)
add_subdirectory(SimpleStruct)
add_subdirectory(StructMarshalling/PInvoke)
diff --git a/tests/src/Interop/EnumMarshalling/CMakeLists.txt b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/CMakeLists.txt
index 42eaff6394..42eaff6394 100644
--- a/tests/src/Interop/EnumMarshalling/CMakeLists.txt
+++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/CMakeLists.txt
diff --git a/tests/src/Interop/EnumMarshalling/EnumTest.csproj b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj
index 000fba21a1..000fba21a1 100644
--- a/tests/src/Interop/EnumMarshalling/EnumTest.csproj
+++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj
diff --git a/tests/src/Interop/EnumMarshalling/MarshalEnumManaged.cs b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumManaged.cs
index 23c497aa2f..23c497aa2f 100644
--- a/tests/src/Interop/EnumMarshalling/MarshalEnumManaged.cs
+++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumManaged.cs
diff --git a/tests/src/Interop/EnumMarshalling/MarshalEnumNative.cpp b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp
index c1e37ca4bf..c1e37ca4bf 100644
--- a/tests/src/Interop/EnumMarshalling/MarshalEnumNative.cpp
+++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp
diff --git a/tests/src/Interop/EnumMarshalling/project.json b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json
index d0bba5fe35..d0bba5fe35 100644
--- a/tests/src/Interop/EnumMarshalling/project.json
+++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json