home · contact · privacy
Further changes/fixes to the build system / file system paths.
[plomrogue] / test_server.sh
index d2cefbce6cd3314b76709af4b8566b5dcd9c774c..16f52fa14cdc2e38ef31c42a0d1eeca6adfd7ce8 100755 (executable)
@@ -4,7 +4,7 @@
 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."