Skip to content
Snippets Groups Projects
Makefile.dist 212 B
test: lus2lic ec2c runtest 

testdir=$(shell pwd)

runtest: 
	runtest --all --tool lus2lic  || true

lus2lic:
	ln -s ../bin/lus2lic

# requires ec2c (distributed in the lv4 package)
ec2c:
	ln -s `which ec2c`