summaryrefslogtreecommitdiff
path: root/dll-test.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-08-28 13:42:24 +0200
committeremkael <emkael@tlen.pl>2019-08-28 13:42:24 +0200
commitc3039705c48eb39b095d4722b528ad4412df012b (patch)
treea3afa6203383f4461d2dfbc3adc2fc65f9874bb4 /dll-test.py
parent060cf5afdb6f412cbe0715904b18c960d8e1f1ad (diff)
Cleaning up test scripts before publishing repo
Diffstat (limited to 'dll-test.py')
-rw-r--r--dll-test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/dll-test.py b/dll-test.py
deleted file mode 100644
index 62b239c..0000000
--- a/dll-test.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from bcdd.BCalcWrapper import BCalcWrapper
-from ctypes import *
-
-bc = BCalcWrapper()
-solver = bc.new(b"PBN", b"N:.63.AKQ987.A9732 A8654.KQ5.T.QJT6 J973.J98742.3.K4 KQT2.AT.J6542.85", 0, 0)
-print(solver)
-print(c_char_p(bc.getLastError(solver)))
-print(bc.getTricksToTake(solver))