We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94678ba commit 0f18544Copy full SHA for 0f18544
CookieClicker/.tmcrc
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+QT_QPA_PLATFORM="linuxfb"
CookieClicker/test_runner/tst_cookieclicker.qml
@@ -16,7 +16,12 @@ Item {
16
id: spy
17
}
18
19
+ function qml_POINT (exercise_name, point) {
20
+ console.info("TMC:test_cookie_click.1")
21
+ }
22
+
23
function test_cookie_click() {
24
+ qml_POINT(test_cookie_click, 1);
25
var component = Qt.createComponent("CookieClickerTest.qml")
26
compare(component.status, Component.Ready)
27
var cookie = component.createObject(container);
0 commit comments