summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-21 00:41:34 +0100
committerDavid Robillard <d@drobilla.net>2018-01-21 00:41:34 +0100
commite84092a7acee6c4d1493cbdd23ec5676b923f44d (patch)
tree07219309ce96ee6a4a1deba279ca48f82b685d74 /tests
parentf77283d735d202e5c15d072e195325b1f876e461 (diff)
downloadingen-e84092a7acee6c4d1493cbdd23ec5676b923f44d.tar.gz
ingen-e84092a7acee6c4d1493cbdd23ec5676b923f44d.tar.bz2
ingen-e84092a7acee6c4d1493cbdd23ec5676b923f44d.zip
Don't build libraries twice when testing is enabled
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_bench.cpp2
-rw-r--r--tests/ingen_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index f16908f6..e8cccf4c 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -92,7 +92,7 @@ main(int argc, char** argv)
}
// Load modules
- ingen_try(world->load_module("server_profiled"),
+ ingen_try(world->load_module("server"),
"Unable to load server module");
// Initialise engine
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 1eb184e4..5f0f6772 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -104,7 +104,7 @@ main(int argc, char** argv)
free(real_start_graph);
// Load modules
- ingen_try(world->load_module("server_profiled"),
+ ingen_try(world->load_module("server"),
"Unable to load server module");
// Initialise engine