empserver/tests
Markus Armbruster 5f46ced826 Use int instead of long for money
Code dealing with money mixes int and long pretty haphazardly.
Harmless, because practical amounts of money fit into int on any
machine capable of running the server.  Clean up anyway.
2013-05-08 06:57:54 +02:00
..
fairland Use int instead of signed char for pln_flags 2013-05-08 06:57:54 +02:00
files Use int instead of signed char for pln_flags 2013-05-08 06:57:54 +02:00
smoke Use int instead of long for money 2013-05-08 06:57:54 +02:00
fairland-test Switch PRNG from BSD random() to Mersenne Twister 2013-05-08 06:55:21 +02:00
files-test Add files test to make check 2013-05-08 06:55:18 +02:00
normalize.pl Use int instead of long for flags 2013-05-08 06:57:51 +02:00
smoke-test Switch PRNG from BSD random() to Mersenne Twister 2013-05-08 06:55:21 +02:00
test-common.sh Factor tests/test-common.sh out of tests/smoke-test 2013-05-08 06:55:18 +02:00