mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 22:23:55 +00:00
2c167153e9
Fixes an issue on macOS Mojave that was patched in fa1c281e79.
The list of changes can be found under
build/premake/premake5/CHANGES.txt.
This was SVN commit r22021.
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
This provides the automated test scripts used to make sure the library
|
|
is working properly.
|
|
|
|
The files provided are:
|
|
|
|
testsrvr.lua -- test server
|
|
testclnt.lua -- test client
|
|
|
|
To run these tests, just run lua on the server and then on the client.
|
|
|
|
hello.lua -- run to verify if installation worked
|
|
|
|
Good luck,
|
|
Diego.
|