added cpp version to texttest config

This commit is contained in:
Emily Bache 2020-05-06 09:22:16 +00:00
parent 7598ff7848
commit d0c9d06c1c

View File

@ -3,14 +3,18 @@ full_name:Gilded Rose Refactoring Kata
# location where you have your clone # location where you have your clone
default_checkout:/home/ec2-user/workspace/GildedRose-Refactoring-Kata default_checkout:/home/ec2-user/workspace/GildedRose-Refactoring-Kata
# Settings for the Python version
executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py
interpreter:python
# Settings for the cpp version
#executable:${TEXTTEST_CHECKOUT}/cpp/cmake-build-debug/test/cpp_texttest/GildedRoseTextTests
# Settings for the Java version # Settings for the Java version
#executable:com.gildedrose.TexttestFixture #executable:com.gildedrose.TexttestFixture
#interpreter:java #interpreter:java
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual # note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
# Settings for the Python version
executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py
interpreter:python
# Settings for the C++ version # Settings for the C++ version
#executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests #executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests