Check-in [2f92a3a715]
Overview
Comment:Fixed issue where coverage files were not cleaned up and ignored
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2f92a3a715a7ed5e64481efed25f211d8e73be2d6efb4d373d6cf9cc5f793cfc
User & Date: rkeene on 2019-09-17 20:43:30
Other Links: manifest | tags
Context
2019-09-17
21:35
Optimized path name lookup check-in: c1c3fa70b5 user: rkeene tags: trunk
20:43
Fixed issue where coverage files were not cleaned up and ignored check-in: 2f92a3a715 user: rkeene tags: trunk
20:38
Updated to format test results more pleasingly check-in: e6735bc1dd user: rkeene tags: trunk
Changes

Modified .fossil-settings/ignore-glob from [80a9cce5d4] to [4e07ae192a].

1
2
3
4
5
6


7
8




9
10
11

12
13

14
15
example.c.new
example.c
example.o
example.so
example-client.o
example-client.so


xvfs.o
xvfs.so




example.gcda
example.gcno
xvfs-core.o

xvfs-create-standalone.new
xvfs-create-standalone

__test__.tcl
sdks


|
|
|
|
>
>


>
>
>
>
|
|
|
>


>


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
example.c.new
example.c
example-client.o
example-client.so
example-flexible.o
example-flexible.so
example-standalone.o
example-standalone.so
xvfs.o
xvfs.so
example-standalone.gcda
example-standalone.gcno
example-flexible.gcda
example-flexible.gcno
example-client.gcda
example-client.gcno
xvfs.gcda
xvfs.gcno
xvfs-create-standalone.new
xvfs-create-standalone
xvfs-test-coverage
__test__.tcl
sdks

Modified Makefile from [fcfa279168] to [e3065892de].

71
72
73
74
75
76
77

78


79
80
81
82
83
84
85
clean:
	rm -f xvfs-create-standalone.new xvfs-create-standalone
	rm -f example.c example.c.new
	rm -f example-standalone$(LIB_SUFFIX) example-standalone.o
	rm -f example-client.o example-client$(LIB_SUFFIX)
	rm -f example-flexible.o example-flexible$(LIB_SUFFIX)
	rm -f xvfs.o xvfs$(LIB_SUFFIX)

	rm -f example.gcda example.gcno


	rm -f __test__.tcl
	rm -f xvfs-test-coverage.info
	rm -rf xvfs-test-coverage

distclean: clean

.PHONY: all clean distclean test coverage







>
|
>
>







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
clean:
	rm -f xvfs-create-standalone.new xvfs-create-standalone
	rm -f example.c example.c.new
	rm -f example-standalone$(LIB_SUFFIX) example-standalone.o
	rm -f example-client.o example-client$(LIB_SUFFIX)
	rm -f example-flexible.o example-flexible$(LIB_SUFFIX)
	rm -f xvfs.o xvfs$(LIB_SUFFIX)
	rm -f example-standalone.gcda example-standalone.gcno
	rm -f example-client.gcda example-client.gcno
	rm -f example-flexible.gcda example-flexible.gcno
	rm -f xvfs.gcda xvfs.gcno
	rm -f __test__.tcl
	rm -f xvfs-test-coverage.info
	rm -rf xvfs-test-coverage

distclean: clean

.PHONY: all clean distclean test coverage