Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move busted output to gtest #903

Closed
Frenzie opened this issue Apr 22, 2019 · 0 comments · Fixed by #904
Closed

Move busted output to gtest #903

Frenzie opened this issue Apr 22, 2019 · 0 comments · Fixed by #904

Comments

@Frenzie
Copy link
Member

Frenzie commented Apr 22, 2019

koreader-base/Makefile

Lines 208 to 213 in 5be7118

test: $(OUTPUT_DIR)/spec $(OUTPUT_DIR)/.busted
cd $(OUTPUT_DIR) && \
./luajit $(shell which busted) \
--exclude-tags=notest \
--no-auto-insulate \
-o ./spec/base/unit/verbose_print ./spec/base/unit

Cf. koreader/koreader#3340

Frenzie added a commit to Frenzie/koreader-base that referenced this issue Apr 22, 2019
Our custom verbose_print output module was obsolete. Closes koreader#903. Cf. koreader/koreader#3340.
Frenzie added a commit that referenced this issue Apr 22, 2019
Our custom verbose_print output module was obsolete. Closes #903. Cf. koreader/koreader#3340.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant