summaryrefslogtreecommitdiff
path: root/i/marvin/src/es/test_es.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/es/test_es.cc')
-rw-r--r--i/marvin/src/es/test_es.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/i/marvin/src/es/test_es.cc b/i/marvin/src/es/test_es.cc
index e5c90e5..a0e2a7c 100644
--- a/i/marvin/src/es/test_es.cc
+++ b/i/marvin/src/es/test_es.cc
@@ -111,6 +111,15 @@ class TestEs : public Tester
("turbDepose", Interpreter::memFunc (es_, &Es::deposeBalle),
"Drop a ball at the rear ()");
interpreter.add
+ ("barDropWhite", Interpreter::memFunc (es_, &Es::dropWhiteBall),
+ "drop une balle blanche");
+ interpreter.add("barDropBlack", Interpreter::memFunc (es_,
+ &Es::dropBlackBall),
+ "drop une balle noire");
+ interpreter.add("barSetEmpty", Interpreter::memFunc (es_,
+ &Es::setEmptyHoleFront),
+ "met un trou vide en position avale une balle");
+ interpreter.add
("barExtract", Interpreter::memFunc (es_, &Es::extraitBalle),
"Extract a ball ()");
interpreter.add