summaryrefslogtreecommitdiff
path: root/uitest/UITest_calc_demo.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-22 06:07:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-22 18:19:34 +0200
commitf928a9983423be545583269cb8274e9bfc7cf95d (patch)
tree7afdf9a10f08b55520f5d587a2bef80055667c1e /uitest/UITest_calc_demo.mk
parentfb821500ed026cfddae99c3695660556c75002d3 (diff)
uitest: convert writer demo to new python unittest framework
Change-Id: Ifff8fe9cb0f005c8a4e892d756ae6b0b95db3544
Diffstat (limited to 'uitest/UITest_calc_demo.mk')
-rw-r--r--uitest/UITest_calc_demo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/UITest_calc_demo.mk b/uitest/UITest_calc_demo.mk
index 96acb49f296c..9869300a0675 100644
--- a/uitest/UITest_calc_demo.mk
+++ b/uitest/UITest_calc_demo.mk
@@ -10,6 +10,6 @@
$(eval $(call gb_UITest_UITest,calc_demo))
$(eval $(call gb_UITest_add_modules,calc_demo,$(SRCDIR)/uitest,\
- calc_tests/calc_demo.txt \
+ calc_tests/ \
))
# vim: set noet sw=4 ts=4: