diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-13 23:01:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-13 23:01:33 +0100 |
commit | 6582babd42b3937ac199d03e3df960e107c24c77 (patch) | |
tree | 57800233a04f9e28c54253dc9436d8aaecb2ff25 /tests | |
parent | fab770c11d1c1439780dd69423906313a8ae43f2 (diff) | |
download | gnumach-6582babd42b3937ac199d03e3df960e107c24c77.tar.gz gnumach-6582babd42b3937ac199d03e3df960e107c24c77.tar.bz2 gnumach-6582babd42b3937ac199d03e3df960e107c24c77.zip |
tests: clean test-installed mach headers
We are for now lacking proper dependencies between the source headers and
the test-installed headers, but we can at least clean them out.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefrag.am b/tests/Makefrag.am index 88c7fe8c..faabdf44 100644 --- a/tests/Makefrag.am +++ b/tests/Makefrag.am @@ -29,5 +29,6 @@ TESTS += \ $(USER_TESTS) clean-local: $(USER_TESTS_CLEAN) + rm -fr tests/include-mach endif # !PLATFORM_xen |