Skip to content

Commit 67c50ce

Browse files
committed
📝 Chore: Shell scripts for test cpp libs in interop unit tests.
1 parent 403d06e commit 67c50ce

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cp4test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
cppOut=Common.Algorithm/out/build/x64-Debug/
3+
desDir=Common.Algorithm.Interop.Test/bin/Debug/net6.0/Core
4+
5+
rm -r $desDir
6+
mkdir $desDir
7+
8+
cp ${cppOut}Hash/Hash.dll $desDir
9+
cp ${cppOut}Math/Math.dll ${desDir}/

0 commit comments

Comments
 (0)