File: version.mk

package info (click to toggle)
bart-cuda 0.8.00-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 7,752 kB
  • sloc: ansic: 100,267; python: 717; makefile: 576; sh: 564; cpp: 104
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8


# check if bart can parse its own version
tests/test-version: version
	$(TOOLDIR)/version -t `cat $(TOOLDIR)/version.txt`
	touch $@

TESTS += tests/test-version