aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/out-of-date-marking/main.c
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-17 14:03:01 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-18 07:05:41 +0000
commitd8f1a1b01ed947a1d70c7635945b845a6236f64e (patch)
treeaea5b37a956b0e32286fc75dabb2c0d05e09b822 /tests/auto/blackbox/testdata/out-of-date-marking/main.c
parent9008034adf19176c399853ddd04e36ea3473e26e (diff)
Mark parent artifacts explicitly as out of date
... after a transformer finishes. This makes our "out of date" check independent of the local clock resolution for generated artifacts that do not have source artifacts as children. Change-Id: If3d47f1fd859c30846806fabaddf3b47a840a6d3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/out-of-date-marking/main.c')
-rw-r--r--tests/auto/blackbox/testdata/out-of-date-marking/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/out-of-date-marking/main.c b/tests/auto/blackbox/testdata/out-of-date-marking/main.c
new file mode 100644
index 000000000..7b4a384a7
--- /dev/null
+++ b/tests/auto/blackbox/testdata/out-of-date-marking/main.c
@@ -0,0 +1,3 @@
+#include <myheader.h>
+
+int main() { return 0; }