Skip to content

Commit

Permalink
Add new Makefile for "make clean" and very basic tests/README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and kv2019i committed Oct 5, 2023
1 parent 02abf08 commit bc5a362
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clean:
${RM} -r reproducible_images/ testruns/

# Delete caches too
distclean: clean
${RM} -r tests/refs/ tests/refs_extracted/
4 changes: 4 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Most useful BATS options:

bats --jobs 4 --trace --filter 2.1 tests/
bats -h

0 comments on commit bc5a362

Please sign in to comment.