From 4e29ab96c2e5f934b7441f0df5bc976accac7c59 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Wed, 2 Feb 2011 04:37:46 +0100 Subject: Added two simple SWT unit tests. Added a test that draws one triangle, using both the SWT canvas and the AWT canvas with the SWT_AWT bridge. Also added the SWT JARs for each platform to make/lib (since that's where antlr.jar and junit.jar were stored). Modified the make files to build and run the new tests. --- make/build-common.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'make/build-common.xml') diff --git a/make/build-common.xml b/make/build-common.xml index e6a066197..a13ccefe5 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -90,6 +90,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -199,6 +233,7 @@ + @@ -212,6 +247,19 @@ + + + + + + + + + + + + + -- cgit v1.2.3