Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2019-12-30 22:01:08 +0300
committerChristopher Haster <chaster@utexas.edu>2019-12-30 22:01:08 +0300
commited8341ec4cd171cf42c743121f311bb51014e573 (patch)
treef7e90bb2d24bcfe83013c64e59a3bb1fbffe046d /Makefile
parentf42e00770915d36e7118b57cbc19531fa38ad9a2 (diff)
Reworked permutation generation in test framework and cleanup
- Reworked how permutations work - Now with global defines as well (apply to all code) - Also supports lists of different permutation sets - Added better cleanup in tests and "make clean"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e17b427..6a6ec64 100644
--- a/Makefile
+++ b/Makefile
@@ -90,3 +90,4 @@ clean:
rm -f $(OBJ)
rm -f $(DEP)
rm -f $(ASM)
+ rm -f tests_/test_*.toml.*