Add script to test configs with single key exchanges
diff --git a/tests/scripts/curves.pl b/tests/scripts/curves.pl
index 545b3b7..1a05b40 100755
--- a/tests/scripts/curves.pl
+++ b/tests/scripts/curves.pl
@@ -32,7 +32,7 @@
system( "scripts/config.pl unset $curve" )
and abort "Failed to disable $curve\n";
- system( "make mbedtls" ) and abort "Failed to build lib: $curve\n";
+ system( "make lib" ) and abort "Failed to build lib: $curve\n";
system( "cd tests && make" ) and abort "Failed to build tests: $curve\n";
system( "make test" ) and abort "Failed test suite: $curve\n";