File: Test.mk

package info (click to toggle)
zmk 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,132 kB
  • sloc: makefile: 1,749; sh: 313; ansic: 42; awk: 12; cpp: 12
file content (12 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include zmk/internalTest.mk

t:: integration 

# Test logs will contain debugging messages specific to the configure module
%.log: ZMK.makeOverrides += DEBUG=configure

integration: integration.log
	GREP -qFx 'DEBUG: ZMK.SrcDir=$(ZMK.test.SrcDir)' <$<
	GREP -qFx 'DEBUG: ZMK.IsOutOfTreeBuild=$(ZMK.test.IsOutOfTreeBuild)' <$<
	GREP -qFx 'DEBUG: ZMK.OutOfTreeSourcePath=$(ZMK.test.OutOfTreeSourcePath)' <$<