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"
This commit is contained in:
Christopher Haster
2019-12-30 13:01:08 -06:00
parent f42e007709
commit ed8341ec4c
2 changed files with 70 additions and 40 deletions

View File

@@ -90,3 +90,4 @@ clean:
rm -f $(OBJ)
rm -f $(DEP)
rm -f $(ASM)
rm -f tests_/test_*.toml.*