Skip to content
Snippets Groups Projects
Commit 974d407b authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

update debian install for no kmrcl-tests.asd file

parent 963ec39d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
pkg := kmrcl
pkg-tests := $(pkg)-tests
debpkg := cl-$(pkg)
clc-source := usr/share/common-lisp/source
clc-systems := usr/share/common-lisp/systems
clc-files := $(clc-source)/$(pkg)
clc-tests := $(clc-source)/$(pkg-tests)
tests-files := tests.lisp
source-files := $(filter-out $(tests-files),$(wildcard *.lisp))
......@@ -29,8 +27,7 @@ install: build
dh_testroot
dh_prep
dh_installdirs
dh_install $(pkg).asd $(source-files) $(clc-files)
dh_install $(pkg-tests).asd $(tests-files) $(clc-tests)
dh_install $(pkg).asd $(source-files) ${test-files} $(clc-files)
binary-indep: install
dh_testdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment