File: Makefile

package info (click to toggle)
btest 0.72-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: python: 2,187; sh: 547; makefile: 165; xml: 12; awk: 1
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

all:
	@../btest -j -d -f diag.log
	@if [ -d .tmp ] && [ "$$(ls -A .tmp)" ]; then \
	    echo "ERROR: Left-over files in .tmp"; \
	    ls -lA .tmp; \
	    exit 1; \
	fi

cleanup:
	@rm -f diag.log
	@rm -f .btest.failed.dat
	@rm -rf .tmp