Skip to content

Commit

Permalink
[ #3159 ] Added more missing --no-default-libraries options.
Browse files Browse the repository at this point in the history
(cherry picked from commit 20a73f2)
  • Loading branch information
asr committed Jul 18, 2018
1 parent c33d4a7 commit bfd18ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/LaTeXAndHTML/Tests.hs
Expand Up @@ -139,6 +139,7 @@ mkLaTeXOrHTMLTest k agdaBin inp =
[ "-i" ++ testDir
, inp
, "--ignore-interfaces"
, "--no-libraries"
] ++ extraFlags
res@(ret, _, _) <- PT.readProcessWithExitCode agdaBin agdaArgs T.empty
if ret /= ExitSuccess then
Expand Down
2 changes: 1 addition & 1 deletion test/api/Makefile
Expand Up @@ -2,7 +2,7 @@ TOP = ../..

include $(TOP)/mk/paths.mk

AGDA = $(AGDA_BIN) -v0
AGDA = $(AGDA_BIN) -v0 --no-libraries

all : Issue1168.api PrettyInterface.api ScopeFromInterface.api

Expand Down

0 comments on commit bfd18ad

Please sign in to comment.