19 lines
323 B
Bash
19 lines
323 B
Bash
|
#!/bin/bash
|
||
|
# ImageMagick is needed for these tests to run properly.
|
||
|
|
||
|
./test_quick.sh
|
||
|
./test_perlin.sh
|
||
|
./test_rotation.sh
|
||
|
./test_spline.sh
|
||
|
./test_transformer.sh
|
||
|
./test_armors.sh
|
||
|
./test_battlelord.sh
|
||
|
./test_cat.sh
|
||
|
./test_combine.sh
|
||
|
./test_fluid.sh
|
||
|
./test_food.sh
|
||
|
./test_monsters.sh
|
||
|
./test_unrelated.sh
|
||
|
./test_regenmorph.sh
|
||
|
|