Skip to content

Latest commit

 

History

History
executable file
·
9 lines (9 loc) · 108 Bytes

make_install_test.sh

File metadata and controls

executable file
·
9 lines (9 loc) · 108 Bytes
 
1
2
3
4
5
6
7
8
9
#!/bin/sh
ruby extconf.rb
make
cd ..
ruby installer.rb
cd physfs
ruby install.rb
cd test
ruby test_physfs.rb