home · contact · privacy
Replace old with new client, drop redo system needed to build old one.
[plomrogue] / test_server.sh
index d2cefbce6cd3314b76709af4b8566b5dcd9c774c..e1549598302eed29d152d524fc056bb4fd3a1973 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 
-./redo
+./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 ./libplomrogue.c ./testing/tested_server_lib.c
+cp ./src/server/libplomrogue.c ./testing/tested_server_lib.c
 
 cp ./testing/start _test
 echo "Starting server on save file '_test' copied from ./testing/start."