Remove tests/lexer.sh

"tests/lang.sh" can handle this.
This commit is contained in:
Eelco Dolstra 2016-01-31 15:45:21 +01:00
parent d367b8e787
commit 4f7824c58e
3 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
source common.sh
nix-instantiate --eval ./lexer.nix

View File

@ -11,7 +11,7 @@ nix_tests = \
binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
check-reqs.sh pass-as-file.sh tarball.sh lexer.sh
check-reqs.sh pass-as-file.sh tarball.sh
# parallel.sh
install-tests += $(foreach x, $(nix_tests), tests/$(x))