home · contact · privacy
Client: Restructure into modules below client/.
[plomrogue] / test_server.sh
index 16f52fa14cdc2e38ef31c42a0d1eeca6adfd7ce8..edaca0d5d87b57813905e6f63359152cf4fccace 100755 (executable)
@@ -1,10 +1,12 @@
 #!/bin/sh
 
-./redo
+set -e
+
+./build.sh
 echo "Copying tested server script to ./tested_server.py."
 cp ./roguelike-server ./testing/tested_server.py
 echo "Copying tested C library source to ./tested_server_lib.c."
-cp ./src/server/libplomrogue.c ./testing/tested_server_lib.c
+cp .libplomrogue.c ./testing/tested_server_lib.c
 
 cp ./testing/start _test
 echo "Starting server on save file '_test' copied from ./testing/start."