Skip to content

Commit

Permalink
[CI] busted: switch to upstream gtest
Browse files Browse the repository at this point in the history
Our custom verbose_print output module was obsolete. Closes koreader#903. Cf. koreader/koreader#3340.
  • Loading branch information
Frenzie committed Apr 22, 2019
1 parent 79fa7fc commit 3d5f8d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ test: $(OUTPUT_DIR)/spec $(OUTPUT_DIR)/.busted
./luajit $(shell which busted) \
--exclude-tags=notest \
--no-auto-insulate \
-o ./spec/base/unit/verbose_print ./spec/base/unit
-o gtest ./spec/base/unit

.PHONY: all android-toolchain pocketbook-toolchain clean distclean test
22 changes: 0 additions & 22 deletions spec/unit/verbose_print.lua

This file was deleted.

0 comments on commit 3d5f8d9

Please sign in to comment.