1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 18:57:14 +00:00
termux-packages/packages/ruby/tests/extension_modules_installed.sh
Fredrik Fornwall 4a9eb8522e Add start of regression testing of packages
Current plan is to have a tests/ folder in packages, where each
file in this folder is a shell script which indicates a test
failure by a non-zero exit value.
2016-05-10 20:43:31 +02:00

3 lines
57 B
Bash

ruby -e "require 'readline'"
ruby -e "require 'openssl'"