mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
added cpp version to texttest config
This commit is contained in:
parent
7598ff7848
commit
d0c9d06c1c
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user