physfs/extras/physfs_rb/physfs/make_install_test.sh

9 lines
108 B
Bash
Executable File

#!/bin/sh
ruby extconf.rb
make
cd ..
ruby installer.rb
cd physfs
ruby install.rb
cd test
ruby test_physfs.rb