From 12babeda63deaf8cd38a62bc2f3d3e3458b71d86 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 15:12:45 +0000 Subject: New Autotools infrastructure. Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember. --- java/tests/LoginTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/tests') diff --git a/java/tests/LoginTest.java b/java/tests/LoginTest.java index 8e14bb11..9130dc81 100644 --- a/java/tests/LoginTest.java +++ b/java/tests/LoginTest.java @@ -215,7 +215,8 @@ public class LoginTest extends TestCase { } public static void main(String args[]) { - Lasso.init(); + System.out.println(System.mapLibraryName("jlasso")); + Lasso.init(); junit.textui.TestRunner.run(suite()); Lasso.shutdown(); } -- cgit